Skip to content

Commit

Permalink
Use libssl1.0 instead of libssl-dev
Browse files Browse the repository at this point in the history
Fixes issue installing cryptography==1.9
  • Loading branch information
Alexander Mancevice committed Jan 24, 2019
1 parent 17c0a53 commit b790ae7
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 @@ -34,7 +34,7 @@ RUN useradd -U -m superset && \
libldap2-dev \
libpq-dev \
libsasl2-dev \
libssl-dev && \
libssl1.0 && \
apt-get clean && \
rm -r /var/lib/apt/lists/* && \
curl https://raw.githubusercontent.com/${SUPERSET_REPO}/${SUPERSET_VERSION}/requirements.txt -o requirements.txt && \
Expand Down

0 comments on commit b790ae7

Please sign in to comment.