mirror of
https://github.com/Nezumi-2711/google-drive-s3.git
synced 2026-09-22 20:01:19 +00:00
6 lines
197 B
Docker
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 -'
|