Skip to content

Commit

Permalink
Fix: Removed development apt proxy IP address
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Koepnick [email protected] committed Feb 7, 2025
1 parent 33febcc commit fcb0bfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sandbox/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:bookworm

ENV HTTP_PROXY=http://192.168.1.239:3142
ENV HTTPS_PROXY=http://192.168.1.239:3142
ENV HTTP_PROXY=
ENV HTTPS_PROXY=

RUN groupadd pocketnc -g 1000
RUN useradd pocketnc -g 1000 -u 1000 -s /bin/bash -m
Expand Down

0 comments on commit fcb0bfc

Please sign in to comment.