diff options
author | Omar Polo <op@omarpolo.com> | 2021-04-12 20:25:05 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-04-12 20:25:05 +0000 |
commit | d8f12360d43df7258b9dcd6cfd76a1d72a2b3798 (patch) | |
tree | c27c11c121fe5c92a8fa26ff572812acde4b666a | |
parent | 762d824cb126dc40df1dccc84b8c68ca1a821837 (diff) |
cherry-picking commit c928dcc7ba12c5040127e33485b246b13dd63ed9v1.6.1
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ FROM alpine as builder WORKDIR /build -RUN apk update && apk upgrade && apk add alpine-sdk linux-headers libressl-dev flex bison +RUN apk update && apk upgrade && apk add alpine-sdk linux-headers libressl-dev flex bison libevent-dev COPY . . RUN make clean gmid |