File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff 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 && \
You can’t perform that action at this time.
0 commit comments