Skip to content

Commit

Permalink
Add tailscale to host-spawn links
Browse files Browse the repository at this point in the history
  • Loading branch information
comminutus committed Jan 23, 2024
1 parent 226bc32 commit b288c7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"Rekor",
"sarif",
"sigstore",
"tailscale",
"Trivy"
]
}
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ RUN ln -s /usr/bin/host-spawn-no-pty /usr/local/bin/com.vscodium.codium && \
ln -s /usr/bin/host-spawn-no-pty /usr/local/bin/org.vim.Vim && \
ln -s /usr/bin/host-spawn /usr/local/bin/podman && \
ln -s /usr/bin/host-spawn /usr/local/bin/rpm-ostree && \
ln -s /usr/bin/host-spawn /usr/local/bin/systemctl
ln -s /usr/bin/host-spawn /usr/local/bin/systemctl && \
ln -s /usr/bin/host-spawn /usr/local/bin/tailscale

# starship
ARG nerd_font_name=IntoneMono
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- `podman`
- `rpm`
- `systemctl`
- `tailscale`


## Getting Started
Expand Down

0 comments on commit b288c7c

Please sign in to comment.