🎶
This commit is contained in:
@@ -146,6 +146,8 @@ std::vector<std::string> GetPossibleAnswers() {
|
|||||||
|
|
||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
|
DownloadFiles();
|
||||||
|
|
||||||
srand(time(0));
|
srand(time(0));
|
||||||
|
|
||||||
httplib::Server server;
|
httplib::Server server;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM debian:latest
|
FROM debian:latest
|
||||||
|
|
||||||
RUN apt update && apt install -y g++ git 7zip make cmake libmysqlcppconn-dev ffmpeg
|
RUN apt update && apt install -y g++ git wget 7zip make cmake libmysqlcppconn-dev ffmpeg
|
||||||
|
|
||||||
RUN git clone --recursive https://github.com/xmake-io/xmake.git \
|
RUN git clone --recursive https://github.com/xmake-io/xmake.git \
|
||||||
&& cd ./xmake \
|
&& cd ./xmake \
|
||||||
|
|||||||
Reference in New Issue
Block a user