Skip to content

Commit

Permalink
docker: allow successful compiling of nio4r gem dependency
Browse files Browse the repository at this point in the history
- now seems to need linux-headers, see socketry/nio4r#225
  • Loading branch information
cmur2 committed Feb 18, 2021
1 parent dee9beb commit 920d82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG DYNDNSD_VERSION=3.3.0

RUN apk --no-cache add openssl ca-certificates && \
apk --no-cache add ruby ruby-etc ruby-io-console ruby-json ruby-webrick && \
apk --no-cache add --virtual .build-deps ruby-dev build-base tzdata && \
apk --no-cache add --virtual .build-deps linux-headers ruby-dev build-base tzdata && \
gem install --no-document dyndnsd -v ${DYNDNSD_VERSION} && \
# set timezone to Berlin
cp /usr/share/zoneinfo/Europe/Berlin /etc/localtime && \
Expand Down

0 comments on commit 920d82f

Please sign in to comment.