Skip to content

Commit

Permalink
build(Docker): Update app image to include libyaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarioustim committed Jan 5, 2019
1 parent 5fec3be commit 7b86ecb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ MAINTAINER Tim Huegdon <tim@timhuegdon.com>
ENV PIPENV_SHELL=/bin/bash
COPY . /app
WORKDIR /app
RUN apk add --update --no-cache --virtual=psql-client postgresql-client libffi-dev &&\
set -ex && pipenv install --dev --skip-lock &&\
RUN apk add --update --no-cache --virtual=psql-client \
postgresql-client libffi-dev yaml &&\
set -ex && pipenv install --dev --skip-lock &&\
rm -rf /root/.cache /var/cache /usr/share/terminfo

0 comments on commit 7b86ecb

Please sign in to comment.