From d222dbc3710287d4a4f5849c39b5003237d9e34f Mon Sep 17 00:00:00 2001 From: Eli Holmes - NOAA Date: Tue, 5 Nov 2024 14:55:54 -0800 Subject: [PATCH] Update Dockerfile --- draft_images/test/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/draft_images/test/Dockerfile b/draft_images/test/Dockerfile index 4dc65b8..d8550e0 100644 --- a/draft_images/test/Dockerfile +++ b/draft_images/test/Dockerfile @@ -14,6 +14,9 @@ RUN /pyrocket_scripts/setup-start.sh || echo "setup-start.sh failed" || true RUN rm -rf /tmp2 USER ${NB_USER} +COPY apt.txt apt.txt +RUN rm apt.txt + USER root # install the geospatial libraries and R spatial; the rocket script are part of py-rocket-base RUN PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin && \