We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b894164 commit 9e173b2Copy full SHA for 9e173b2
Dockerfile
@@ -1,11 +1,12 @@
1
# base CoMSES Dockerfile
2
FROM phusion/baseimage:0.9.22
3
LABEL maintainer="Allen Lee <allen.lee@asu.edu>"
4
+
5
+RUN apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold"
6
7
ONBUILD ENV PYTHONUNBUFFERED=1 \
8
COMSES_UID=2718 \
9
COMSES_USER=comses \
10
LANG=C.UTF-8 \
11
LC_ALL=C.UTF-8
-ONBUILD RUN apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold" \
- && useradd -m --uid $COMSES_UID $COMSES_USER
12
+ONBUILD RUN useradd -m --uid $COMSES_UID $COMSES_USER
0 commit comments