aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile.ubi8
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.ubi8')
-rw-r--r--Dockerfile.ubi85
1 files changed, 3 insertions, 2 deletions
diff --git a/Dockerfile.ubi8 b/Dockerfile.ubi8
index 376e4ce..1bba7d0 100644
--- a/Dockerfile.ubi8
+++ b/Dockerfile.ubi8
@@ -19,11 +19,12 @@ USER root
COPY ./s2i/bin/ /usr/libexec/s2i
COPY ./etc/jekyll-documentroot.conf /etc/httpd/conf.d/
-RUN gem install jekyll --version "= $JEKYLL_VERSION"
+RUN dnf upate -y;\
+ dnf install -y httpd;\
+ gem install jekyll --version "= $JEKYLL_VERSION"
RUN mkdir -p /opt/app-root;\
chmod 755 /opt /opt/app-root;\
- useradd -d /opt/app-root/src -u 1001 default;\
mkdir -p /run/httpd;\
chmod 777 /run/httpd /etc/httpd/logs;\
sed -i -e '/Listen/s/^/#/' /etc/httpd/conf/httpd.conf;\