Update Dockerfile

This commit is contained in:
Alexandre
2021-08-27 20:50:30 +02:00
committed by GitHub
parent 11c5f8c758
commit a6cf1aa0cb

View File

@@ -12,9 +12,9 @@ RUN \
################
# Install apps #
################
sudo apt-get clean \
&& sudo apt-get update \
&& sudo apt-get install -y \
apt-get clean \
&& apt-get update \
&& apt-get install -y \
jq \
curl \
\