Skip to content

Commit

Permalink
debian7: don't install ca-certificates
Browse files Browse the repository at this point in the history
This will be handled by Homebrew/brew#12907
and test-bot
  • Loading branch information
iMichka committed Feb 21, 2022
1 parent 27d29ee commit 830bdb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ ARG DEBIAN_FRONTEND=noninteractive
ENV HOMEBREW_ON_DEBIAN7=1
ENV HOMEBREW_CURL_PATH=/usr/bin/curl
ENV HOMEBREW_GIT_PATH=/usr/bin/git
ENV HOMEBREW_FORCE_BREWED_CA_CERTIFICATES=1

# hadolint ignore=DL3008
RUN apt-get update \
Expand Down Expand Up @@ -65,7 +64,6 @@ RUN cd /home/linuxbrew/.linuxbrew \
&& mkdir -p bin etc include lib opt sbin share var/homebrew/linked Cellar \
&& ln -s ../Homebrew/bin/brew /home/linuxbrew/.linuxbrew/bin/ \
&& HOMEBREW_NO_ANALYTICS=1 HOMEBREW_NO_AUTO_UPDATE=1 brew tap homebrew/core \
&& HOMEBREW_NO_ANALYTICS=1 HOMEBREW_NO_AUTO_UPDATE=1 brew install ca-certificates \
&& brew cleanup \
&& { git -C /home/linuxbrew/.linuxbrew/Homebrew config --unset gc.auto; true; } \
&& { git -C /home/linuxbrew/.linuxbrew/Homebrew config --unset homebrew.devcmdrun; true; } \
Expand Down

0 comments on commit 830bdb7

Please sign in to comment.