Update Dockerfile
This commit is contained in:
@@ -7,7 +7,7 @@ WORKDIR /software
|
|||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apt update && \
|
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 upgrade -y && \
|
||||||
apt install -y golang && \
|
apt install -y golang && \
|
||||||
apt autoremove --purge -y && apt clean -y && \
|
apt autoremove --purge -y && apt clean -y && \
|
||||||
|
|||||||
Reference in New Issue
Block a user