From 901e11ea9a663391d4fb248b03d6301b60cd58d9 Mon Sep 17 00:00:00 2001 From: Andrei Condurachi Date: Fri, 27 Nov 2020 12:11:33 +0200 Subject: [PATCH] Bash update --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index d514215..4d57906 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,8 +53,6 @@ RUN apk add --no-cache \ RUN usermod -s /bin/bash root && bash # Bash config updates for root user RUN cd && bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)" -# Initialize bash updates -RUN source ~/.bashrc # Configure to use php fpm and don't use /var/www to store everything (modules and logs) RUN \ @@ -118,8 +116,6 @@ USER apache RUN bash # Bash config updates for apache user RUN cd && bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)" -# Initialize bash updates -RUN source ~/.bashrc # Define Grav specific version of Grav or use latest stable ENV GRAV_VERSION latest