This commit is contained in:
2025-07-01 20:06:17 +02:00
parent 3a64770bb0
commit 7d9da6eefa
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
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 \
&& cd ./xmake \