fix
This commit is contained in:
@@ -72,7 +72,6 @@ RUN set -eux; \
|
||||
wget -O haproxy.tar.gz "$HAPROXY_URL"; \
|
||||
echo "$HAPROXY_SHA256 *haproxy.tar.gz" | sha256sum -c; \
|
||||
mkdir -p /usr/src/haproxy; \
|
||||
mkdir -p /var/lib/haproxy; \
|
||||
tar -xzf haproxy.tar.gz -C /usr/src/haproxy --strip-components=1; \
|
||||
rm haproxy.tar.gz; \
|
||||
\
|
||||
|
||||
Reference in New Issue
Block a user