Skip to content

Commit

Permalink
python-dev3 to python3-dev (#80)
Browse files Browse the repository at this point in the history
python-dev3 to python3-dev
  • Loading branch information
allwyn-pradip authored Feb 13, 2023
1 parent 62093b6 commit a1a7da1
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 ubuntu:16.04

RUN apt-get update && apt-get -y dist-upgrade \
&& apt-get -y install python-pip uwsgi virtualenv sudo python-dev3 libyaml-dev \
&& apt-get -y install python-pip uwsgi virtualenv sudo python3-dev libyaml-dev \
libsasl2-dev libldap2-dev nginx uwsgi-plugin-python libssl-dev libffi-dev \
&& rm -rf /var/cache/apt/archives/*

Expand Down

0 comments on commit a1a7da1

Please sign in to comment.