Skip to content

Commit

Permalink
Add tailscale to silverblue-base ctr
Browse files Browse the repository at this point in the history
  • Loading branch information
thwiest-celonis committed Sep 3, 2023
1 parent b682c69 commit 598e10b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions silverblue-base/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,10 @@ RUN rpm-ostree install \
rm -vrf /var && \
ostree container commit

# Install tailscale
RUN cd /etc/yum.repos.d/ && curl -LO https://pkgs.tailscale.com/stable/fedora/tailscale.repo && \
rpm-ostree install tailscale && \
ostree container commit

RUN echo "Defaults timestamp_timeout=1200" > /etc/sudoers.d/timeout && \
chmod 660 /etc/sudoers.d/timeout

0 comments on commit 598e10b

Please sign in to comment.