Skip to content

Commit 306e46c

Browse files
committed
Docker: Upgrade Debian packages
1 parent 4808041 commit 306e46c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ RUN mkdir -p "${EP_DIR}" && chown etherpad:etherpad "${EP_DIR}"
6060
RUN export DEBIAN_FRONTEND=noninteractive; \
6161
mkdir -p /usr/share/man/man1 && \
6262
apt-get -qq update && \
63+
apt-get -qq dist-upgrade && \
6364
apt-get -qq --no-install-recommends install \
6465
ca-certificates \
6566
git \

0 commit comments

Comments
 (0)