Skip to content

Commit

Permalink
feat: update OS in Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 14, 2019
1 parent 38fe9e1 commit ba682f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# |==> HERE
FROM phusion/passenger-ruby24:1.0.0

# Update OS as per https://github.com/phusion/passenger-docker#upgrading-the-operating-system-inside-the-container
RUN apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold"
ENV APP_HOME=/home/app/pact_broker/
RUN rm -f /etc/service/nginx/down /etc/nginx/sites-enabled/default
COPY container /
Expand Down

0 comments on commit ba682f1

Please sign in to comment.