Skip to content

Commit

Permalink
automation: Dockerfile for running Jekyll
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Haas <[email protected]>
  • Loading branch information
EdDev committed May 4, 2020
1 parent c2e69af commit d89c6fc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions automation/Dockerfile.jekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
FROM docker.io/library/fedora:32

RUN dnf -y install \
ruby \
ruby-devel \
@development-tools \
redhat-rpm-config \
gcc-c++ \
zlib-devel \
&& \
gem install \
jekyll \
bundler \
&& \
yum clean all

0 comments on commit d89c6fc

Please sign in to comment.