mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2026-01-23 01:01:48 +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
|