Skip to content

Commit d71b1ba

Browse files
committed
feat(editor-server): Add htpasswd command.
1 parent 09b9fbc commit d71b1ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/editor-server/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y -qq \
2828
bind9-dnsutils \
2929
locales \
3030
inotify-tools \
31-
iputils-ping net-tools
31+
iputils-ping net-tools \
32+
apache2-utils
3233

3334
# Gen locale
3435
RUN export LANG=en_US.UTF-8 \

0 commit comments

Comments
 (0)