fix: add missing package 'curl'
This commit is contained in:
parent
5515ff2d18
commit
73e55d8e55
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ RUN apt-get update \
|
||||||
|
|
||||||
# Tools for running the common parts
|
# Tools for running the common parts
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends make build-essential inotify-tools gosu unzip \
|
&& apt-get install -y --no-install-recommends make build-essential inotify-tools gosu unzip curl \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
|
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
|
||||||
&& truncate -s 0 /var/log/*log
|
&& truncate -s 0 /var/log/*log
|
||||||
|
|
Loading…
Reference in a new issue