Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Add OpenSSL and zlib to Medusa Docker images #163

Merged
merged 3 commits into from
Oct 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/Dockerfile.medusa-backup
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV LC_ALL C.UTF-8
ENV LANG C.UTF-8

RUN apt-get update; \
apt-get install -y --no-install-recommends sudo libc6-dev libev-dev gcc make cmake python3-dev python3-pip groff vim; \
apt-get install -y --no-install-recommends sudo libc6-dev libev-dev gcc make cmake python3-dev python3-pip openssl libssl-dev zlib1g-dev groff vim; \
sudo pip3 install setuptools wheel; \
sudo pip3 install awscli cassandra-medusa[S3]==0.6.0

Expand Down
2 changes: 1 addition & 1 deletion templates/images/Dockerfile.medusa-backup.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV LC_ALL C.UTF-8
ENV LANG C.UTF-8

RUN apt-get update; \
apt-get install -y --no-install-recommends sudo libc6-dev libev-dev gcc make cmake python3-dev python3-pip groff vim; \
apt-get install -y --no-install-recommends sudo libc6-dev libev-dev gcc make cmake python3-dev python3-pip openssl libssl-dev zlib1g-dev groff vim; \
sudo pip3 install setuptools wheel; \
sudo pip3 install awscli cassandra-medusa[S3]==${MEDUSA_BACKUP_VERSION}

Expand Down