Skip to content

Commit a0eed66

Browse files
fix: wget instead of curl
1 parent 32765c9 commit a0eed66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM pangeo/pangeo-notebook:2025.06.02
22

33
LABEL org.opencontainers.image.source="https://github.com/nasa-impact/pangeo-notebook-veda-image"
44

5-
RUN curl -o https://github.com/quarto-dev/quarto-cli/releases/download/v1.7.32/quarto-1.7.32-linux-amd64.deb && \
5+
RUN wget -o https://github.com/quarto-dev/quarto-cli/releases/download/v1.7.32/quarto-1.7.32-linux-amd64.deb && \
66
dpkg -i quarto-1.7.32-linux-amd64.deb
77

88
USER ${NB_USER}

0 commit comments

Comments
 (0)