Update Dockerfile

This commit is contained in:
Alexandre
2021-08-27 20:55:44 +02:00
committed by GitHub
parent a6cf1aa0cb
commit 2fe2cc1061

View File

@@ -12,7 +12,9 @@ RUN \
################ ################
# Install apps # # Install apps #
################ ################
apt-get clean \ apt-get autoremove \
&& apt-get clean \
&& apt-get autoclean \
&& apt-get update \ && apt-get update \
&& apt-get install -y \ && apt-get install -y \
jq \ jq \