1
0
mirror of https://github.com/Tecnativa/docker-socket-proxy synced 2025-01-05 05:10:54 +00:00

Add curl to image

This commit is contained in:
Owen Valentine 2023-04-06 18:42:08 +02:00
parent 2d108070c4
commit 3afb76cc29
No known key found for this signature in database

View File

@ -29,3 +29,5 @@ ENV ALLOW_RESTARTS=0 \
VERSION=1 \
VOLUMES=0
COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg
RUN apk --no-cache add curl