mirror of
https://github.com/rasterio/rasterio.git
synced 2026-02-01 14:34:43 +00:00
Add defaults to makefile to build docker image (#2701)
This commit is contained in:
parent
2fb7802b42
commit
652e6154ef
@ -1,7 +1,6 @@
|
||||
ARG GDAL=ubuntu-small-3.3.3
|
||||
ARG PYTHON_VERSION=3.8
|
||||
FROM osgeo/gdal:${GDAL} AS gdal
|
||||
ARG PYTHON_VERSION
|
||||
ARG PYTHON_VERSION=3.8
|
||||
ENV LANG="C.UTF-8" LC_ALL="C.UTF-8"
|
||||
RUN apt-get update && apt-get install -y software-properties-common
|
||||
RUN add-apt-repository -y ppa:deadsnakes/ppa
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user