uggly working i guess
This commit is contained in:
19
images/Dockerfile
Normal file
19
images/Dockerfile
Normal file
@@ -0,0 +1,19 @@
|
||||
FROM debian:latest
|
||||
|
||||
RUN apt update && apt install -y g++ git 7zip make cmake libmysqlcppconn-dev ffmpeg
|
||||
|
||||
RUN git clone --recursive https://github.com/xmake-io/xmake.git \
|
||||
&& cd ./xmake \
|
||||
&& ./configure \
|
||||
&& make \
|
||||
&& make install
|
||||
|
||||
ENV XMAKE_ROOT=y
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY back /app
|
||||
|
||||
RUN xmake -y
|
||||
|
||||
ENTRYPOINT xmake run
|
||||
Reference in New Issue
Block a user