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.
2 parents 78c9220 + c02e7e8 commit 05abad4Copy full SHA for 05abad4
Dockerfile
@@ -7,12 +7,13 @@ ENV SIGNAL_BUILD_STOP 99
7
# Used with alternative CMD (worker.sh), leverages supervisor to maintain long-running processes
8
ENV CONTAINER_ROLE=web
9
10
-# Install pre-reqs, security updates
+# IMPORTANT: update is *part* of the upgrade statement to ensure the latest on each build.
11
+# Installs pre-reqs, security updates
12
RUN apt-get update && \
13
apt-get upgrade -yq && \
14
apt-get -yq install \
- openssl=1.0.1f-1ubuntu2.15 \
15
- ca-certificates=20141019ubuntu0.14.04.1 \
+ openssl \
16
+ ca-certificates \
17
software-properties-common \
18
supervisor \
19
nano
0 commit comments