mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Merge pull request #1450 from casperklein/patch-1
Upgrade packages, Debian base image not updated often enough.
This commit is contained in:
commit
df26d35695
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue