This commit is contained in:
parent
16f0c8b76d
commit
2f6b64f0b9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ RUN set -xe;\
|
||||||
|
|
||||||
FROM bootstrapped as toolbuilder
|
FROM bootstrapped as toolbuilder
|
||||||
ENV GOSU_VERSION="1.12"
|
ENV GOSU_VERSION="1.12"
|
||||||
ENV DUMB_INIT_VERSION="1.2.4"
|
ENV DUMB_INIT_VERSION="1.2.5"
|
||||||
RUN set -xe;\
|
RUN set -xe;\
|
||||||
apt-get update &&\
|
apt-get update &&\
|
||||||
apt-get install -y git golang &&\
|
apt-get install -y git golang &&\
|
||||||
|
|
Loading…
Reference in a new issue