..
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user