Remove last proxy remnants
This commit is contained in:
parent
1e6732b1a1
commit
370ca0d7f3
@ -2,8 +2,6 @@ FROM ghcr.io/linuxserver/code-server:latest
|
||||
|
||||
RUN apt update -y && apt upgrade -y && apt install -y build-essential cmake python3-dev c3270
|
||||
|
||||
#RUN git config --global http.proxy http://netsupport.lan.cyber.gent:3128
|
||||
|
||||
RUN cd / && git clone https://github.com/wrljet/hercules-helper.git
|
||||
COPY allow-root-build.patch /hercules-helper
|
||||
COPY hercules-helper.conf /hercules-helper/hercules-helper.conf
|
||||
@ -12,4 +10,3 @@ RUN cd /hercules-helper && patch hyperion-buildall.sh allow-root-build.patch &&
|
||||
COPY add-herc-helper-to-init.patch /hercules-helper
|
||||
RUN cd / && patch init /hercules-helper/add-herc-helper-to-init.patch
|
||||
|
||||
#RUN git config --global http.proxy
|
||||
|
Loading…
Reference in New Issue
Block a user