Commit
•
bf4617f
1
Parent(s):
cbd338f
Updating packages.txt
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -60,6 +60,7 @@ WORKDIR $HOME/app
|
|
60 |
USER root
|
61 |
|
62 |
# User Debian packages
|
|
|
63 |
## Security warning : Potential user code executed as root (build time)
|
64 |
RUN --mount=target=/root/packages.txt,source=packages.txt \
|
65 |
apt-get update && \
|
|
|
60 |
USER root
|
61 |
|
62 |
# User Debian packages
|
63 |
+
COPY ./jupyterlab/packages.txt packages.txt
|
64 |
## Security warning : Potential user code executed as root (build time)
|
65 |
RUN --mount=target=/root/packages.txt,source=packages.txt \
|
66 |
apt-get update && \
|