We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddd5b4 commit 3d13f68Copy full SHA for 3d13f68
vre-singleuser-eso-edps/Dockerfile
@@ -1,8 +1,14 @@
1
FROM ghcr.io/vre-hub/vre-singleuser-py311:sha-281055c
2
3
-RUN apt-get update && \
4
- apt-get install -y build-essential procps curl file git && \
5
- apt-get clean
+USER root
+
+RUN apt-get update
6
+RUN apt-get install -y build-essential
7
+RUN apt-get install -y procps
8
+RUN apt-get install -y curl
9
+RUN apt-get install -y file
10
+RUN apt-get install -y git
11
+RUN apt-get clean
12
13
ENV XDG_RUNTIME_DIR=/var/run/adari
14
RUN mkdir $XDG_RUNTIME_DIR && chmod 777 $XDG_RUNTIME_DIR
0 commit comments