Update Dockerfile

This commit is contained in:
uazo 2021-07-10 09:27:09 +02:00 committed by GitHub
parent fe7a67ce52
commit 29fbc43b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,6 @@
ARG VERSION
ARG BROMITE_SHA
FROM uazo/bromite:$VERSION
ARG VERSION
ENV VERSION=$VERSION
FROM uazo/bromite:$BROMITE_SHA
USER lg
@ -20,5 +18,3 @@ RUN sudo chmod +x ./start-build.sh \
&& \
./pre-start.sh
CMD ./start-build.sh