Update Dockerfile

This commit is contained in:
Kroese 2025-03-26 09:23:45 +01:00 committed by GitHub
parent 3d1158845e
commit 5c752a8ae6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND="noninteractive"
ARG DEBCONF_NONINTERACTIVE_SEEN="true"
RUN set -eu && extra="" && \
RUN set -eu && \
apt-get update && \
apt-get --no-install-recommends -y install \
jq \