build HAProxy inside a container
This commit is contained in:
16
Dockerfile
Normal file
16
Dockerfile
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
FROM debian:9
|
||||||
|
|
||||||
|
RUN apt update
|
||||||
|
RUN apt install -y \
|
||||||
|
ca-certificates \
|
||||||
|
libsystemd-dev \
|
||||||
|
liblua5.3-dev \
|
||||||
|
libpcre3-dev \
|
||||||
|
zlib1g-dev \
|
||||||
|
libc6-dev \
|
||||||
|
make \
|
||||||
|
wget \
|
||||||
|
gcc
|
||||||
|
|
||||||
|
RUN mkdir /workspace
|
||||||
|
WORKDIR /workspace
|
Reference in New Issue
Block a user