diff --git a/.docker/jazzy.amd64.dockerfile b/.docker/jazzy.amd64.dockerfile index 3313aba3..5ab85905 100644 --- a/.docker/jazzy.amd64.dockerfile +++ b/.docker/jazzy.amd64.dockerfile @@ -17,8 +17,8 @@ RUN truncate -s0 /tmp/preseed.cfg && \ debconf-set-selections /tmp/preseed.cfg && \ rm -f /etc/timezone && \ dpkg-reconfigure -f noninteractive tzdata -# hadolint ignore=DL3008 -RUN apt-get -y install --no-install-recommends locales tzdata \ +# hadolint ignore=DL3008,DL3015 +RUN apt-get -y install locales tzdata \ && rm -rf /tmp/* RUN locale-gen en_US en_US.UTF-8 && update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \ export LANG=en_US.UTF-8 diff --git a/.docker/jazzy.arm64v8.dockerfile b/.docker/jazzy.arm64v8.dockerfile index a5cad801..13d42189 100644 --- a/.docker/jazzy.arm64v8.dockerfile +++ b/.docker/jazzy.arm64v8.dockerfile @@ -79,8 +79,8 @@ RUN truncate -s0 /tmp/preseed.cfg && \ debconf-set-selections /tmp/preseed.cfg && \ rm -f /etc/timezone && \ dpkg-reconfigure -f noninteractive tzdata -# hadolint ignore=DL3008 -RUN apt-get -y install --no-install-recommends locales tzdata \ +# hadolint ignore=DL3008,DL3015 +RUN apt-get -y install locales tzdata \ && rm -rf /tmp/* RUN locale-gen en_US en_US.UTF-8 && update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \ export LANG=en_US.UTF-8