Skip to content

Commit 0325a73

Browse files
As root?
1 parent f0a918b commit 0325a73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ 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+
USER root
6+
57
RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.7.32/quarto-1.7.32-linux-amd64.deb && \
68
dpkg -i quarto-1.7.32-linux-amd64.deb
79

0 commit comments

Comments
 (0)