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 && \
|
||||
|
||||
Reference in New Issue
Block a user