Skip to content

Commit

Permalink
Merge pull request #15 from bryanlatten/feature-dist-upgrade
Browse files Browse the repository at this point in the history
Dockerfile: remove committed (outdated) versions
  • Loading branch information
Bryan Latten committed Oct 26, 2015
2 parents 78c9220 + c02e7e8 commit 05abad4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ ENV SIGNAL_BUILD_STOP 99
# Used with alternative CMD (worker.sh), leverages supervisor to maintain long-running processes
ENV CONTAINER_ROLE=web

# Install pre-reqs, security updates
# IMPORTANT: update is *part* of the upgrade statement to ensure the latest on each build.
# Installs pre-reqs, security updates
RUN apt-get update && \
apt-get upgrade -yq && \
apt-get -yq install \
openssl=1.0.1f-1ubuntu2.15 \
ca-certificates=20141019ubuntu0.14.04.1 \
openssl \
ca-certificates \
software-properties-common \
supervisor \
nano
Expand Down

0 comments on commit 05abad4

Please sign in to comment.