Skip to content

Commit 3d13f68

Browse files
test: change installation pckgs in dockerfile
1 parent bddd5b4 commit 3d13f68

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

vre-singleuser-eso-edps/Dockerfile

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
FROM ghcr.io/vre-hub/vre-singleuser-py311:sha-281055c
22

3-
RUN apt-get update && \
4-
apt-get install -y build-essential procps curl file git && \
5-
apt-get clean
3+
USER root
4+
5+
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
612

713
ENV XDG_RUNTIME_DIR=/var/run/adari
814
RUN mkdir $XDG_RUNTIME_DIR && chmod 777 $XDG_RUNTIME_DIR

0 commit comments

Comments
 (0)