We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d2e66 commit 6ea6844Copy full SHA for 6ea6844
build/Dockerfile
@@ -43,6 +43,7 @@ COPY /fs /
43
44
RUN apk --no-cache add socat openssl util-linux htop tzdata curl libcap && \
45
rm -f /usr/local/bin/dataplaneapi /usr/bin/dataplaneapi /etc/haproxy/dataplaneapi.yml && \
46
+ rm -f /usr/local/bin/dataplaneapi-v2 /usr/bin/dataplaneapi-v2 && \
47
chgrp -R haproxy /usr/local/etc/haproxy /run /var && \
48
chmod -R ug+rwx /usr/local/etc/haproxy /run /var && \
49
setcap 'cap_net_bind_service=+ep' /usr/local/sbin/haproxy && \
0 commit comments