Created
August 3, 2024 00:20
-
-
Save alejandrobernardis/e6706ed5577ef906fe07677a14affe77 to your computer and use it in GitHub Desktop.
Apt Proxy for Debian Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM debian:buster-slim | |
RUN apt -o acquire::http::proxy="${HTTP_PROXY}" update \ | |
&& apt -o acquire::http::proxy="${HTTP_PROXY}" install -y git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment