correction commande apt

This commit is contained in:
Matthieu Lamalle 2022-09-02 12:03:15 +02:00
parent 502c2c7ed9
commit 97352aad87
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
ARG PHP_SECURITY_CHECKER_VERSION=1.0.0
ARG JQ_VERSION=1.6
RUN apt update && \
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
wget tar curl ca-certificates \
openssl bash git unzip \