From 184735fbea218064a33f676d89d8080aa79e7cf1 Mon Sep 17 00:00:00 2001 From: Markus Dieckmann Date: Mon, 16 May 2022 13:58:32 +0200 Subject: [PATCH] make it work on podman --- startpage/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/startpage/Dockerfile b/startpage/Dockerfile index 26ea6b4..afe0a28 100644 --- a/startpage/Dockerfile +++ b/startpage/Dockerfile @@ -1,5 +1,5 @@ FROM nginx:alpine -RUN apk add --update git && apk add --update openssh -RUN git clone https://github.com/mightypanders/dotfiles.git -WORKDIR /dotfiles/startpage +#RUN apk add --update git && apk add --update openssh +#RUN git clone https://github.com/mightypanders/dotfiles.git +#WORKDIR /dotfiles/startpage COPY . /usr/share/nginx/html