derek-thomas HF staff commited on
Commit
a89ceaf
1 Parent(s): 5197e76

Adding packages.txt

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -64,6 +64,8 @@ WORKDIR $HOME/app
64
 
65
  USER root
66
 
 
 
67
  # User Debian packages
68
  ## Security warning : Potential user code executed as root (build time)
69
  RUN --mount=target=/root/packages.txt,source=packages.txt \
 
64
 
65
  USER root
66
 
67
+ COPY ./jupyterlab/packages.txt /root/packages.txt
68
+
69
  # User Debian packages
70
  ## Security warning : Potential user code executed as root (build time)
71
  RUN --mount=target=/root/packages.txt,source=packages.txt \