This commit is contained in:
2025-09-08 19:37:47 +09:00
parent 5d704c1867
commit 2859a1a2d6

View File

@@ -62,6 +62,13 @@ ENV PATH="/usr/local/bin:${PATH}"
RUN apt-get install -y fcitx5 --fix-missing
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
## code server
curl -fsSL https://code-server.dev/install.sh | sh
sudo systemctl enable --now code-server@$USER
## PlayWright Chrome
npx playwright install chrome
# git information
RUN git config --global user.email "user@mail.com"
RUN git config --global user.name "docker-debian"