1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-09 23:07:35 +02:00

Upgrade packages

Some packages from the base image are upgradable. For example, that's the case for `libgnutls30` at the moment.
This commit is contained in:
Casper
2020-04-10 12:47:58 +02:00
committed by GitHub
parent c24612e992
commit 7e96ebe8b9

View File

@ -31,6 +31,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# hadolint ignore=DL3015
RUN \
apt-get update -q --fix-missing && \
apt-get -y upgrade && \
apt-get -y install postfix && \
apt-get -y install --no-install-recommends \
altermime \