Merge pull request #1450 from casperklein/patch-1

Upgrade packages, Debian base image not updated often enough.
This commit is contained in:
Erik Wramner 2020-04-12 08:31:40 +02:00 committed by GitHub
commit df26d35695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -28,9 +28,10 @@ ENV SASLAUTHD_MECH_OPTIONS=""
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Packages
# hadolint ignore=DL3015
# hadolint ignore=DL3015,DL3005
RUN \
apt-get update -q --fix-missing && \
apt-get -y upgrade && \
apt-get -y install postfix && \
apt-get -y install --no-install-recommends \
altermime \