mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2024-11-23 12:35:40 +01:00
6 lines
93 B
Plaintext
6 lines
93 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
apt-get update && apt-get install -y \
|
|
python \
|
|
python-pip
|