Skip to content

Commit

Permalink
fix: bionic python2 dev packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-gomes committed Oct 17, 2023
1 parent b671427 commit 99c3d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu_dev/Dockerfile.bionic
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get update &&\
apt-get install -y -q --no-install-recommends sudo gcc make curl pypy linux-headers-generic\
libssl-dev python2-dev python3-dev pypy-dev &&\
libssl-dev python-dev python3-dev pypy-dev &&\
apt-get clean && rm -rf /var/lib/apt/lists/*

CMD ["/bin/bash"]

0 comments on commit 99c3d97

Please sign in to comment.