Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions dbuild/templates/dockerfile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@ MAINTAINER {{ maintainer }}
RUN echo 'http_proxy="{{ http_proxy }}"' >> /etc/environment
RUN echo 'https_proxy="{{ https_proxy }}"' >> /etc/environment
RUN echo 'Acquire::Http::Proxy "{{ http_proxy }}";' >> /etc/apt/apt.conf.d/90proxy
RUN echo 'http_proxy: {{ http_proxy }}' > ~/.gemrc
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y dpkg-dev aptitude build-essential ; mkdir -p /usr/lib/pbuilder/
RUN apt-get install -y git
RUN git config --global http.proxy {{ http_proxy }}
RUN git config --global https.proxy {{ http_proxy }}
COPY scripts/pbuilder-satisfydepends* /usr/lib/pbuilder/