From 8cdb5cf143d97096ab656a59b5df607ee4d2685e Mon Sep 17 00:00:00 2001 From: ocueye2 <157711490+ocueye2@users.noreply.github.com> Date: Fri, 22 Nov 2024 13:34:07 -0500 Subject: [PATCH] Update dockerfile --- dockerfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dockerfile b/dockerfile index f1bc2ff..62784ec 100644 --- a/dockerfile +++ b/dockerfile @@ -7,8 +7,11 @@ RUN apt-get update RUN apt-get install nano # clone repo -RUN apt-get install git -RUN git clone https://github.com/ocueye2/heretothere.git +RUN apt-get update && \ + apt-get install -y --no-install-recommends git && \ + git clone https://github.com/ocueye2/my-website.git && \ + apt-get clean && \ + rm -rf /var/lib/apt/lists/* RUN pip install cherrypy