Skip to content

Commit

Permalink
update to debian bullseye + drop python2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Jan 29, 2023
1 parent d97cc1c commit 9bfb025
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 54 deletions.
6 changes: 2 additions & 4 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# +-----------------------------+
# | BASE IMAGE ~27MB| See https://hub.docker.com/_/debian
# | BASE IMAGE ~32MB| See https://hub.docker.com/_/debian
# +-----------------------------+

FROM debian:buster-slim
FROM debian:bullseye-slim

# +-----------------------------+
# | ARGS |
Expand Down Expand Up @@ -32,8 +32,6 @@ RUN apt-get update && \
gcc g++ build-essential cmake build-essential \
unzip libjpeg-dev libpng-dev libpq-dev \
imagemagick gnuplot gnuplot-x11 libssl-dev libzmq3-dev graphviz \
# py2
python-dev python-pip \
# py3
python3 \
python3-dev \
Expand Down
Loading

0 comments on commit 9bfb025

Please sign in to comment.