Use new websockify image

This commit is contained in:
Brooks Swinnerton 2025-12-31 16:14:11 -05:00
parent e9bd68cbb8
commit 9d0104beba
No known key found for this signature in database
2 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,13 @@ COPY websockify-*.tar.gz /
RUN python3 -m pip install websockify-*.tar.gz RUN python3 -m pip install websockify-*.tar.gz
RUN rm -rf /websockify-* /root/.cache RUN rm -rf /websockify-* /root/.cache
# Install Tailscale
RUN apt-get update && \
apt-get install -y curl ca-certificates && \
curl -fsSL https://tailscale.com/install.sh | sh && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
VOLUME /data VOLUME /data
EXPOSE 80 EXPOSE 80

Binary file not shown.