From 1eddb2f9d84f4c2214743e59dbe89dd0e95391ca Mon Sep 17 00:00:00 2001 From: Marcos Nils <1578458+marcosnils@users.noreply.github.com> Date: Fri, 28 Jun 2024 15:09:49 -0300 Subject: [PATCH] fix typo Co-authored-by: Mike McQuaid --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8f088acf74e0a3..6ba39f90904b7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,7 +60,7 @@ WORKDIR /home/linuxbrew RUN --mount=type=cache,target=/tmp/homebrew-core,uid=1001,sharing=locked \ - # Clone the homebre-core repo into /tmp/homebrew-core or pull latest changes if it exists + # Clone the homebrew-core repo into /tmp/homebrew-core or pull latest changes if it exists git clone https://github.com/homebrew/homebrew-core /tmp/homebrew-core || { cd /tmp/homebrew-core && git pull; } \ && mkdir -p /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core \ && cp -r /tmp/homebrew-core /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/