fix: add dependencies for running docker on MacOS M1 (#801)

This commit is contained in:
Ed Bond 2022-04-11 12:58:47 +03:00 committed by GitHub
parent 68afe4c59d
commit 849f223bd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -4,7 +4,9 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get install --no-install-recommends -yq \
build-essential \
python3 \
python3-dev \
python3-pip \
libpq-dev \
gdal-bin \