Skip to content

Commit

Permalink
avoid HTTP PROXY tangles
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Nov 6, 2024
1 parent 80a3f77 commit 92161f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ ENV HOST_UNAME Linux
ENV HIND_N "VEhJUy1HRVRTLVJFUExBQ0VELUlULURPRVMtUklMTFk="
ENV HIND_C "VEhJUy1HRVRTLVJFUExBQ0VELUlULURPRVMtUklMTFk="

# avoid later issues inside the `hind` container if the `install.sh` was run with these set
ENV HTTPS_PROXY ""
ENV HTTP_PROXY ""

ENV DEBIAN_FRONTEND noninteractive
ENV TZ Etc/UTC
ENV TERM xterm
Expand Down

0 comments on commit 92161f7

Please sign in to comment.