Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #118 from dazoakley/master
Browse files Browse the repository at this point in the history
Fix the docker build for 3.5.6
  • Loading branch information
dazoakley authored Oct 2, 2018
2 parents 3b60b93 + 00d9660 commit 58d4231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ruby:2.5.1-alpine

MAINTAINER Darren Oakley <[email protected]>

RUN apk add --update --no-cache build-base ruby-dev libxml2-dev libxslt-dev postgresql-dev mysql-dev openssl openssl-dev ca-certificates && \
RUN apk add --update --no-cache build-base ruby-dev libxml2-dev libxslt-dev postgresql-dev mysql-dev openssl ca-certificates wget && \
update-ca-certificates

RUN addgroup bandiera && adduser -D -G bandiera -h /home/bandiera bandiera
Expand Down

0 comments on commit 58d4231

Please sign in to comment.