Skip to content

Instantly share code, notes, and snippets.

@alejandrobernardis
Created August 3, 2024 00:20
Show Gist options
  • Save alejandrobernardis/e6706ed5577ef906fe07677a14affe77 to your computer and use it in GitHub Desktop.
Save alejandrobernardis/e6706ed5577ef906fe07677a14affe77 to your computer and use it in GitHub Desktop.
Apt Proxy for Debian Dockerfile
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