Farinaz Goli
Results
1
issues of
Farinaz Goli
I'm trying to build a Docker image using the following base images: - `mundialis/actinia:alpine-dependencies-2024-12-14` - `osgeo/grass-gis:releasebranch_8_4-alpine` Inside the Dockerfile, when I run this line: ```dockerfile RUN /usr/bin/python -m venv --system-site-packages...