Skip to content

Commit

Permalink
fixed: mis-spelling of run
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Schwalm committed Nov 25, 2024
1 parent e4ac907 commit 4e5a29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.tools
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apt update \
&& rm -rf /var/lib/apt/lists \
&& mkdir -p /usr/share/desktop-directories

RUM curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/jammy.noarmor.gpg \
RUN curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/jammy.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 \
| tee /etc/apt/sources.list.d/tailscale.list
Expand Down

0 comments on commit 4e5a29d

Please sign in to comment.