Add codesandbox

main
Gerard Braad 2023-06-17 08:37:39 +00:00
parent 791e032536
commit 1cb45ef00c
1 changed files with 15 additions and 0 deletions

15
.codesandbox/Dockerfile Normal file
View File

@ -0,0 +1,15 @@
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