mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2026-05-05 20:26:38 +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:
parent
c24612e992
commit
7e96ebe8b9
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user