Skip to content

Commit 3996080

Browse files
committed
root as user instead of feelpp
1 parent 1313784 commit 3996080

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

feelpp-mor-dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ RUN apt-get update;\
88
apt-get install -y --no-install-recommends 'libfeelpp-mor-dev';\
99
rm -rf /var/lib/apt/lists/* ;
1010

11-
USER feelpp
11+
#USER feelpp

feelpp-toolboxes-dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ RUN json=$(curl -s "https://api.github.com/repos/Kitware/CMake/releases"); \
1818
&& ./cmakeinstall.sh --prefix=/usr/local --exclude-subdir \
1919
&& rm cmakeinstall.sh
2020

21-
USER feelpp
21+
#USER feelpp

0 commit comments

Comments
 (0)