mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-05 23:18:25 -04:00
Fix apt proxy in Docker
This commit is contained in:
@@ -9,7 +9,7 @@ ENV PYTHONUNBUFFERED=1 \
|
|||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
echo "Install base packages" \
|
echo "Install base packages" \
|
||||||
&& ([ -z "$HTTP_PROXY" ] || echo "Acquire::http::Proxy \"${HTTP_PROXY}\";\n" > /etc/apt/apt.conf.d/99HttpProxy) \
|
&& ([ -z "$HTTP_PROXY" ] || echo "Acquire::http::Proxy \"${HTTP_PROXY}\";" > /etc/apt/apt.conf.d/99HttpProxy) \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
make \
|
make \
|
||||||
|
|||||||
Reference in New Issue
Block a user