Skip to content

Commit

Permalink
Merge pull request #965 from uktrade/chore/fix-dockerfile
Browse files Browse the repository at this point in the history
Fix dockerfile
  • Loading branch information
PippoRaimondi authored Apr 6, 2022
2 parents 1c943a0 + 2af018c commit a7ae8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.e2e
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update --fix-missing
RUN apt-get install -y libpq-dev gcc \
build-essential python3-dev python3-pip python3-setuptools python3-wheel \
python3-cffi libcairo2 libpango-1.0-0 libpangocairo-1.0-0 libgdk-pixbuf2.0-0 \
libffi-dev shared-mime-info swig
libffi-dev shared-mime-info swig wget

# Install dockerize
RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-linux-amd64-$DOCKERIZE_VERSION.tar.gz \
Expand Down

0 comments on commit a7ae8b2

Please sign in to comment.