Create Dockerfile

This commit is contained in:
nexryai
2026-01-07 23:56:44 +09:00
committed by GitHub
commit 66f9c1812a
+5
View File
@@ -0,0 +1,5 @@
FROM ubuntu:rolling
RUN apt-get update && \
apt-get install -y git curl && \
su ubuntu sh -c 'curl -fsSL https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash -'