Skip to content

Commit

Permalink
Use a different base image in the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mfitz committed Jun 28, 2023
1 parent e7c1176 commit 508fd08
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
FROM python:3.8-slim
FROM python:3.8-slim-bullseye

RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get -y install gnupg \
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0E98404D386FA1D9 F8D2585B8783D481 6ED0E7B82643E131 BDE6D2B9216EC7A8 648ACFD622F3D138 54404762BBB6E853 \
&& apt-get -y install libspatialindex-dev --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \
&& /usr/local/bin/python -m pip install --upgrade pip
Expand Down

0 comments on commit 508fd08

Please sign in to comment.