Files
google-drive-s3/.devcontainer/Dockerfile
T
2026-01-07 23:56:44 +09:00

6 lines
197 B
Docker

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 -'