Skip to content

Commit

Permalink
git submodule needs perl
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbreak committed Feb 28, 2017
1 parent 1fdd740 commit 4710f1c
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

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

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

0 comments on commit 4710f1c

Please sign in to comment.