Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -5
Dockerfile
CHANGED
|
@@ -9,11 +9,6 @@
|
|
| 9 |
FROM haproxytech/haproxy-debian:2.7
|
| 10 |
|
| 11 |
# Install Haproxy.
|
| 12 |
-
RUN \
|
| 13 |
-
sed -i 's/^# \(.*-backports\s\)/\1/g' /etc/apt/sources.list && apt-get update && \
|
| 14 |
-
#apt-get install -y haproxy=1.5.3-1~ubuntu14.04.1 && \
|
| 15 |
-
sed -i 's/^ENABLED=.*/ENABLED=1/' /etc/default/haproxy && \
|
| 16 |
-
rm -rf /var/lib/apt/lists/*
|
| 17 |
|
| 18 |
# Add files.
|
| 19 |
ADD haproxy.cfg /etc/haproxy/haproxy.cfg
|
|
|
|
| 9 |
FROM haproxytech/haproxy-debian:2.7
|
| 10 |
|
| 11 |
# Install Haproxy.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
# Add files.
|
| 14 |
ADD haproxy.cfg /etc/haproxy/haproxy.cfg
|