host1syan commited on
Commit
01f14d1
·
verified ·
1 Parent(s): 9efd996

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,2 +1,3 @@
1
  FROM linuxserver/code-server
 
2
  EXPOSE 8443
 
1
  FROM linuxserver/code-server
2
+ RUN curl -fsSL https://opencode.ai/install | bash
3
  EXPOSE 8443