mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2024-11-27 06:25:41 +01:00
6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
|
#!/usr/bin/with-contenv bash
|
||
|
|
||
|
apt update && apt install -y \
|
||
|
python \
|
||
|
python-pip
|