Skip to content

Commit 8920889

Browse files
author
Jef Spaleta
committed
adjust alpine Dockerfile to build
1 parent a3c7e0d commit 8920889

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

asset_build_scripts/Dockerfile.alpine

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ ARG ASSET_GEM
33
ARG GIT_REF
44
ARG GIT_REPO
55
WORKDIR /assets/build/
6+
RUN apk info -vv | grep 'ssl'
7+
RUN apk del openssl-dev
68
RUN apk add git
7-
RUN apk add postgresql-client postgresql-dev
9+
RUN apk add libressl-dev postgresql-client postgresql-dev
810
RUN \
911
gem install --no-ri --no-doc bundler && \
1012
printf "source 'https://rubygems.org'\n\ngem \"%s\", :git => \"%s\" , :ref => \"%s\"\n" ${ASSET_GEM} ${GIT_REPO} ${GIT_REF}| tee Gemfile

0 commit comments

Comments
 (0)