added curl to Dockerfile
This commit is contained in:
@@ -7,6 +7,7 @@ RUN apt update \
|
|||||||
&& apt -y install \
|
&& apt -y install \
|
||||||
cron \
|
cron \
|
||||||
tzdata \
|
tzdata \
|
||||||
|
curl \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN cp -r -f /usr/share/zoneinfo/Europe/Berlin /etc/localtime
|
RUN cp -r -f /usr/share/zoneinfo/Europe/Berlin /etc/localtime
|
||||||
|
|||||||
Reference in New Issue
Block a user