Update docker/headscale/Dockerfile

This commit is contained in:
colin 2024-01-21 21:45:37 +00:00
parent 1c4c860a75
commit c041333a18
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
FROM headscale/headscale:latest
RUN apt-get update \
&& apt-get install -y curl \
&& rm -rf /var/lib/apt/lists/* \
&& apt-get clean
COPY prep.sh /usr/bin/local/
RUN /bin/bash /usr/bin/local/prep.sh