cockpit-tailscale/.codesandbox/Dockerfile

16 lines
334 B
Docker
Raw Normal View History

2023-06-17 02:37:39 -06:00
FROM --platform=linux/amd64 ghcr.io/gbraad-devenv/fedora/base:38
USER root
RUN dnf install -y \
docker cockpit \
make npm \
&& dnf update -y tailscale \
&& dnf clean all \
&& rm -rf /var/cache/yum
USER gbraad
RUN git clone https://github.com/gbraad/dotfiles ~/.dotfiles \
&& ~/.dotfiles/install.sh