aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-07-11 20:58:42 +0000
committerOmar Polo <op@omarpolo.com>2021-07-11 20:58:42 +0000
commit3b0eff06ff6cbf68ec1dab7a3c93154bdb64561b (patch)
tree38aa306a2af4487cfb393680d89da46841da8ba3 /contrib
parent02ccd9d9409ac5b2889154fe52d751689ec40e9a (diff)
fix the dockerfile
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Dockerfile11
1 files changed, 10 insertions, 1 deletions
diff --git a/contrib/Dockerfile b/contrib/Dockerfile
index e70e19c..9d6a29d 100644
--- a/contrib/Dockerfile
+++ b/contrib/Dockerfile
@@ -1,6 +1,15 @@
FROM alpine as builder
WORKDIR /build
-RUN apk update && apk upgrade && apk add alpine-sdk linux-headers libressl-dev bison libevent-dev libevent-static
+RUN apk update && \
+ apk upgrade && \
+ apk add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main \
+ alpine-sdk \
+ linux-headers \
+ bison \
+ libretls-dev \
+ libretls-static \
+ libevent-dev \
+ libevent-static
COPY . .
RUN make static