From fd051fce9584b7e5a258fa3151e5b7351e4182e5 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 22 Jan 2024 18:38:48 +0000 Subject: [PATCH] Update docker/headscale/Dockerfile --- docker/headscale/Dockerfile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docker/headscale/Dockerfile b/docker/headscale/Dockerfile index 62e14b4..d498b1a 100644 --- a/docker/headscale/Dockerfile +++ b/docker/headscale/Dockerfile @@ -1,10 +1,10 @@ FROM headscale/headscale:latest -RUN apt-get update \ - && apt-get install -y curl openssl \ - && rm -rf /var/lib/apt/lists/* \ - && apt-get clean -COPY prep.sh /usr/bin/local/ -RUN /bin/bash /usr/bin/local/prep.sh -COPY start.sh /usr/bin/local/ -RUN chmod +x /usr/bin/local/start.sh -CMD ["/usr/bin/local/start.sh"] \ No newline at end of file +#RUN apt-get update \ +# && apt-get install -y curl openssl \ +# && rm -rf /var/lib/apt/lists/* \ +# && apt-get clean +# COPY prep.sh /usr/bin/local/ +# RUN /bin/bash /usr/bin/local/prep.sh +# COPY start.sh /usr/bin/local/ +# RUN chmod +x /usr/bin/local/start.sh +# CMD ["/usr/bin/local/start.sh"] \ No newline at end of file