Skip to content

Commit 7e38b80

Browse files
Fix: Dockerfile missed &&
1 parent 5bbef31 commit 7e38b80

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Dockerfile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@ RUN --mount=type=cache,target=/var/cache/apt \
5353
--mount=type=bind,from=build,source=/usr/local/polemarch/,target=/polemarch_env \
5454
apt update && \
5555
apt -y install --no-install-recommends \
56-
git \
57-
sudo \
58-
sshpass \
59-
libmysqlclient21 \
60-
libpcre3 \
61-
libldap-2.4-2 \
62-
libsasl2-2 \
63-
libffi7 \
64-
libssl1.1 \
65-
openssh-client \
56+
git \
57+
sudo \
58+
sshpass \
59+
libmysqlclient21 \
60+
libpcre3 \
61+
libldap-2.4-2 \
62+
libsasl2-2 \
63+
libffi7 \
64+
libssl1.1 \
65+
openssh-client && \
6666
python3.8 -m pip install cryptography paramiko 'pip<22' && \
6767
ln -s /usr/bin/python3.8 /usr/bin/python && \
6868
mkdir -p /projects /hooks /run/openldap /etc/polemarch/hooks /var/lib/polemarch && \

0 commit comments

Comments
 (0)