linuxserver / docker-code-server

GNU General Public License v3.0
1.54k stars 314 forks source link

cant install compilers from vscode #142

Closed zerocoolMT closed 1 year ago

zerocoolMT commented 1 year ago

Is this a new feature request?

Wanted change

when adding extentions such as python etc you cant test the code can this be added to the docker compose file from your end

Reason for change

any one can test the code on the server directly so there is no need to install a copy of the file localy

Proposed code change

apt-get install -y \ git \ jq \ libatomic1 \ nano \ net-tools \ netcat \ sudo && \ python3 \ python3-venv \ python3-pip \

github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

zerocoolMT commented 1 year ago

also can you expose ssh port aswell so that we can use python on local machine instead of using the web gui

aptalca commented 1 year ago

There are various mod for this container.

We won't do ssh as we don't believe it's necessary

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 1 year ago

This issue is locked due to inactivity