From 200330548de1d3611a7b9b6f974a0cfeecd247e3 Mon Sep 17 00:00:00 2001 From: almouse Date: Wed, 12 Jul 2023 00:15:22 +0000 Subject: [PATCH] Remove root requirement --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3efb628..d983427 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,11 +3,6 @@ LABEL version="1.2.0" LABEL description="Minimal Jekyll image with basic build tools." LABEL maintainer="Vivien Richter " -# Requirements -USER root -RUN apk --no-cache add build-base -EXPOSE 4000/tcp - # Entry point COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh