Skip to content

Commit 6ea6844

Browse files
SabaOrkoktalz
authored andcommitted
CLEANUP/MINOR: remove /usr/local/bin/dataplaneapi-v2 & /usr/bin/dataplaneapi-v2 from Dockerfile
1 parent 14d2e66 commit 6ea6844

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ COPY /fs /
4343

4444
RUN apk --no-cache add socat openssl util-linux htop tzdata curl libcap && \
4545
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 && \
4647
chgrp -R haproxy /usr/local/etc/haproxy /run /var && \
4748
chmod -R ug+rwx /usr/local/etc/haproxy /run /var && \
4849
setcap 'cap_net_bind_service=+ep' /usr/local/sbin/haproxy && \

0 commit comments

Comments
 (0)