We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32765c9 commit a0eed66Copy full SHA for a0eed66
Dockerfile
@@ -2,7 +2,7 @@ FROM pangeo/pangeo-notebook:2025.06.02
2
3
LABEL org.opencontainers.image.source="https://github.com/nasa-impact/pangeo-notebook-veda-image"
4
5
-RUN curl -o https://github.com/quarto-dev/quarto-cli/releases/download/v1.7.32/quarto-1.7.32-linux-amd64.deb && \
+RUN wget -o https://github.com/quarto-dev/quarto-cli/releases/download/v1.7.32/quarto-1.7.32-linux-amd64.deb && \
6
dpkg -i quarto-1.7.32-linux-amd64.deb
7
8
USER ${NB_USER}
0 commit comments