Add hercules-helper install to vscode image.
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM ghcr.io/linuxserver/code-server:latest
|
||||
|
||||
RUN apt update -y && apt upgrade -y && apt install -y build-essential cmake python3-dev c3270
|
||||
|
||||
RUN cd / && git clone https://github.com/wrljet/hercules-helper.git
|
||||
COPY allow-root-build.patch /hercules-helper
|
||||
RUN cd /hercules-helper && patch hyperion-buildall.sh allow-root-build.patch && ./hyperion-buildall.sh
|
||||
|
||||
COPY add-herc-helper-to-init.patch /hercules-helper
|
||||
RUN cd / && patch init /hercules-helper/add-herc-helper-to-init.patch
|
||||
|
||||
Reference in New Issue
Block a user