Update docker/headscale/Dockerfile

This commit is contained in:
colin 2024-01-22 15:25:23 +00:00
parent 27469fc417
commit b4b7744619
1 changed files with 1 additions and 1 deletions

View File

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