This repository has been archived on 2020-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
docker.jekyll.4/Dockerfile

13 lines
160 B
Docker
Raw Normal View History

2020-03-30 15:11:53 +00:00
FROM ruby:2.6.5-alpine
EXPOSE 4000
RUN apk --no-cache add \
2020-04-06 10:36:46 +00:00
bash \
2020-03-30 15:11:53 +00:00
g++ \
git \
make
RUN gem install bundler -v 2.1.4
RUN gem install jekyll -v 4.0.0