From 1cb45ef00c691cb1b214ec350e2d27a24aeec141 Mon Sep 17 00:00:00 2001 From: Gerard Braad Date: Sat, 17 Jun 2023 08:37:39 +0000 Subject: [PATCH] Add codesandbox --- .codesandbox/Dockerfile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .codesandbox/Dockerfile diff --git a/.codesandbox/Dockerfile b/.codesandbox/Dockerfile new file mode 100644 index 0000000..b0c02f1 --- /dev/null +++ b/.codesandbox/Dockerfile @@ -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