Skip to content

Commit 8f65856

Browse files
SabaOrkoktalz
authored andcommitted
CLEANUP/MINOR: remove /usr/local/bin/dataplaneapi-v2 & /usr/bin/dataplaneapi-v2 from Dockerfile
1 parent feaf36b commit 8f65856

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.aspell.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ min_length: 3
33
allowed:
44
- http
55
- CORS
6+
- dataplaneapi
7+
- usr

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)