aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index b2accd4..07db11f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -26,7 +26,7 @@ COPY ./etc/scl_enable /etc
ENV BASH_ENV="/etc/scl_enable"
-RUN source /etc/enable; \
+RUN source /etc/scl_enable; \
gem install jekyll --version "= $JEKYLL_VERSION"
USER 1001