Skip to content

Commit f705e8d

Browse files
authored
Adding sudo
1 parent 7f949f4 commit f705e8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile-core

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN useradd -r -M -U -d /opt/countly -s /bin/false countly && \
2525
apt-get update && \
2626
apt-get -y install \
2727
# standard
28-
build-essential libkrb5-dev git sqlite3 wget \
28+
build-essential libkrb5-dev git sqlite3 wget sudo \
2929
# nginx
3030
nginx \
3131
# puppeteer
@@ -83,4 +83,4 @@ RUN useradd -r -M -U -d /opt/countly -s /bin/false countly && \
8383
apt-get clean && \
8484
rm -rf /var/lib/apt/lists/* /tmp/* /tmp/.??* /var/tmp/* /var/tmp/.??* ~/.npm
8585

86-
# USER 1001:0
86+
# USER 1001:0

0 commit comments

Comments
 (0)