Skip to content

Commit 4710f1c

Browse files
committed
git submodule needs perl
1 parent 1fdd740 commit 4710f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine
22

3-
RUN apk --no-cache --update add build-base cmake boost-dev git file
3+
RUN apk --no-cache --update add build-base cmake boost-dev git file perl
44

55
# stop boost complaining about sys/poll.h
66
RUN sed -i -E -e 's/include <sys\/poll.h>/include <poll.h>/' /usr/include/boost/asio/detail/socket_types.hpp

0 commit comments

Comments
 (0)