Skip to content

Commit

Permalink
rm proxies
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrugaro committed Jul 17, 2024
1 parent 6215a4e commit 2dc75f7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker/Dockerfile.intel
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
ARG BASE_IMAGE=ubuntu:22.04
FROM ${BASE_IMAGE}

ENV http_proxy="http://proxy-dmz.intel.com:912"
ENV HTTP_PROXY="http://proxy-dmz.intel.com:912"
ENV https_proxy="http://proxy-dmz.intel.com:912"
ENV HTTPS_PROXY="http://proxy-dmz.intel.com:912"
RUN --mount=type=cache,id=apt-dev,target=/var/cache/apt \
sh -c "apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
ca-certificates \
Expand Down

0 comments on commit 2dc75f7

Please sign in to comment.