Update Dockerfile
This commit is contained in:
@@ -7,7 +7,7 @@ WORKDIR /software
|
||||
|
||||
RUN \
|
||||
apt update && \
|
||||
apt install apt apt-utils sudo git wget curl make gcc tini && \
|
||||
apt install -y apt apt-utils sudo git wget curl make gcc tini && \
|
||||
apt upgrade -y && \
|
||||
apt install -y golang && \
|
||||
apt autoremove --purge -y && apt clean -y && \
|
||||
@@ -18,4 +18,4 @@ RUN \
|
||||
ENV PATH=$PATH:/usr/local/bin
|
||||
|
||||
ENTRYPOINT ["tini", "--"]
|
||||
CMD ["sleep","infinity"]
|
||||
CMD ["sleep","infinity"]
|
||||
|
||||
Reference in New Issue
Block a user