Skip to content

Commit

Permalink
fixed: wrong linux version in tailscale insall
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Schwalm committed Nov 25, 2024
1 parent 1731d07 commit 5d41df0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile.tools
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ RUN apt update \
&& rm -rf /var/lib/apt/lists \
&& mkdir -p /usr/share/desktop-directories

RUN curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/jammy.noarmor.gpg \
RUN curl -fsSL https://pkgs.tailscale.com/stable/debian/bookworm.noarmor.gpg \
| tee /usr/share/keyrings/tailscale-archive-keyring.gpg >/dev/null
RUN curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/jammy.tailscale-keyring.list \
RUN curl -fsSL https://pkgs.tailscale.com/stable/debian/bookworm.tailscale-keyring.list \
| tee /etc/apt/sources.list.d/tailscale.list
RUN apt update \
&& apt install -y tailscale
RUN apt update && apt install -y tailscale

RUN python3 -m pip install --break-system-packages mitmproxy

Expand Down

0 comments on commit 5d41df0

Please sign in to comment.