Skip to content

Commit

Permalink
(python-3.10) Add libssl-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hwalker928 authored Aug 7, 2023
1 parent 33555a1 commit 0ebd136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/python-3.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM python:3.10-slim-bullseye
LABEL author="DevOps Team at Sparked Host" maintainer="sysadmin@sparkedhost.com"

RUN apt update \
&& apt -y install git gcc g++ ca-certificates dnsutils curl iproute2 ffmpeg procps libpq-dev python3-dev \
&& apt -y install git gcc g++ ca-certificates dnsutils curl iproute2 ffmpeg procps libpq-dev python3-dev libssl-dev \
&& useradd -m -d /home/container container \
&& /usr/local/bin/python -m pip install --upgrade pip

Expand Down

0 comments on commit 0ebd136

Please sign in to comment.