mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-04 14:03:25 +00:00
Dockerfile: Install crudini.
The first container doesn't install it and fails when using the CUSTOM_CA_CERTIFICATES environment variable.
This commit is contained in:
@@ -27,7 +27,7 @@ ENV LANG="en_US.UTF-8" \
|
|||||||
# Next, we upgrade the base image and add a zulip user
|
# Next, we upgrade the base image and add a zulip user
|
||||||
RUN apt-get -q update && \
|
RUN apt-get -q update && \
|
||||||
apt-get -q dist-upgrade -y && \
|
apt-get -q dist-upgrade -y && \
|
||||||
apt-get -q install -y git sudo ca-certificates apt-transport-https python3 && \
|
apt-get -q install -y git sudo ca-certificates apt-transport-https python3 crudini && \
|
||||||
useradd -d /home/zulip -m zulip && \
|
useradd -d /home/zulip -m zulip && \
|
||||||
echo 'zulip ALL=(ALL:ALL) NOPASSWD:ALL' >> /etc/sudoers
|
echo 'zulip ALL=(ALL:ALL) NOPASSWD:ALL' >> /etc/sudoers
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user