Use new websockify image
This commit is contained in:
parent
e9bd68cbb8
commit
9d0104beba
|
|
@ -5,6 +5,13 @@ COPY websockify-*.tar.gz /
|
|||
RUN python3 -m pip install websockify-*.tar.gz
|
||||
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
|
||||
|
||||
EXPOSE 80
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue