This commit is contained in:
@@ -14,17 +14,17 @@ RUN echo steam steam/license note '' | debconf-set-selections
|
||||
|
||||
RUN apt install wget screen -y
|
||||
#RUN add-apt-repository multiverse
|
||||
RUN apt update
|
||||
RUN apt install lib32gcc-s1 steamcmd -y
|
||||
#RUN apt update
|
||||
#RUN apt install lib32gcc-s1 steamcmd -y
|
||||
|
||||
RUN wget https://github.com/assetto-corsa-web/accweb/releases/download/v1.21.0/accweb_v1.21.0.zip
|
||||
#RUN wget https://github.com/assetto-corsa-web/accweb/releases/download/v1.21.0/accweb_v1.21.0.zip
|
||||
|
||||
RUN mkdir -p /accserver
|
||||
COPY ./accserver /
|
||||
|
||||
RUN unzip accweb_v1.21.0.zip -d /accweb
|
||||
#RUN unzip accweb_v1.21.0.zip -d /accweb
|
||||
|
||||
RUN mkdir -p /accweb
|
||||
|
||||
COPY ./accweb/* /accweb/
|
||||
WORKDIR /accweb
|
||||
CMD ["./accweb"]
|
Reference in New Issue
Block a user