commit 00022967b44e6ab81601c1cd0c60a55567edccab Author: rzen Date: Thu Dec 3 07:50:45 2020 -0500 initial commit diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..fe7d576 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM jekyll/jekyll:4 + +# RUN apk add --no-cache build-base gcc bash cmake git +RUN apk add --no-cache imagemagick \ No newline at end of file