We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f949f4 commit f705e8dCopy full SHA for f705e8d
Dockerfile-core
@@ -25,7 +25,7 @@ RUN useradd -r -M -U -d /opt/countly -s /bin/false countly && \
25
apt-get update && \
26
apt-get -y install \
27
# standard
28
- build-essential libkrb5-dev git sqlite3 wget \
+ build-essential libkrb5-dev git sqlite3 wget sudo \
29
# nginx
30
nginx \
31
# puppeteer
@@ -83,4 +83,4 @@ RUN useradd -r -M -U -d /opt/countly -s /bin/false countly && \
83
apt-get clean && \
84
rm -rf /var/lib/apt/lists/* /tmp/* /tmp/.??* /var/tmp/* /var/tmp/.??* ~/.npm
85
86
-# USER 1001:0
+# USER 1001:0
0 commit comments