mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Fix brew style
This commit is contained in:
parent
ff285217da
commit
3b044a8113
@ -9,7 +9,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
# hadolint ignore=DL3008
|
# hadolint ignore=DL3008
|
||||||
|
|
||||||
# /etc/lsb-release is checked inside the container and sets DISTRIB_RELEASE.
|
# /etc/lsb-release is checked inside the container and sets DISTRIB_RELEASE.
|
||||||
# shellcheck disable=SC1091,SC2154
|
# We need `[` instead of `[[` because the shell is `/bin/sh`.
|
||||||
|
# shellcheck disable=SC1091,SC2154,SC2292
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends software-properties-common gnupg-agent \
|
&& apt-get install -y --no-install-recommends software-properties-common gnupg-agent \
|
||||||
&& add-apt-repository -y ppa:git-core/ppa \
|
&& add-apt-repository -y ppa:git-core/ppa \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user