Here's my Dockerfile
:
FROM linuxserver/code-server:latest
[..]
As you can see, I'm using an image that has code-server
installed. and it works just fine. When I run it, I can see VS Code via localhost:8443
.
However, when I try to install VS Code extensions there, I receive errors (such as HTTP 403 errors).
How can I fix it?