Skip to content

Commit

Permalink
cherry-picking commit c928dcc
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-polo committed Apr 12, 2021
1 parent 762d824 commit d8f1236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit d8f1236

Please sign in to comment.