We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fdd740 commit 4710f1cCopy full SHA for 4710f1c
Dockerfile
@@ -1,6 +1,6 @@
1
FROM alpine
2
3
-RUN apk --no-cache --update add build-base cmake boost-dev git file
+RUN apk --no-cache --update add build-base cmake boost-dev git file perl
4
5
# stop boost complaining about sys/poll.h
6
RUN sed -i -E -e 's/include <sys\/poll.h>/include <poll.h>/' /usr/include/boost/asio/detail/socket_types.hpp
0 commit comments