Skip to content

Commit 2753a1c

Browse files
committed
Dockerfile: Drop "expect" additional package.
The need for this was removed in d8c0875.
1 parent ae83441 commit 2753a1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ RUN \
6767
mv zulip-server-docker zulip && \
6868
cp -rf /root/custom_zulip/* /root/zulip && \
6969
rm -rf /root/custom_zulip && \
70-
export PUPPET_CLASSES="zulip::profile::docker" \
71-
ADDITIONAL_PACKAGES="expect" && \
70+
export PUPPET_CLASSES="zulip::profile::docker" && \
7271
/root/zulip/scripts/setup/install --hostname="$(hostname)" --email="docker-zulip" --no-init-db && \
7372
rm -f /etc/zulip/zulip-secrets.conf /etc/zulip/settings.py && \
7473
apt-get -qq autoremove --purge -y && \

0 commit comments

Comments
 (0)