We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4808041 commit 306e46cCopy full SHA for 306e46c
Dockerfile
@@ -60,6 +60,7 @@ RUN mkdir -p "${EP_DIR}" && chown etherpad:etherpad "${EP_DIR}"
60
RUN export DEBIAN_FRONTEND=noninteractive; \
61
mkdir -p /usr/share/man/man1 && \
62
apt-get -qq update && \
63
+ apt-get -qq dist-upgrade && \
64
apt-get -qq --no-install-recommends install \
65
ca-certificates \
66
git \
0 commit comments