Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #241 from LucaPrete/patch-1
Browse files Browse the repository at this point in the history
[#239] Add ca-certificates package to Dockerfile
  • Loading branch information
alranel committed Sep 19, 2019
2 parents 2ea1d03 + 146970f commit 9d29189
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
@@ -1,7 +1,7 @@
FROM python:3.5

# Install prerequisites
RUN apt-get update -y && apt-get install -y xmlsec1 libffi6
RUN apt-get update -y && apt-get ca-certificates install -y xmlsec1 libffi6

# We copy just the requirements.txt first to leverage Docker cache
# (avoid rebuilding the requirements layer when application changes)
Expand Down

0 comments on commit 9d29189

Please sign in to comment.