You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dogfood/Dockerfile
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,6 @@ RUN cargo install exa bat ripgrep typos-cli watchexec-cli
6
6
7
7
FROM ubuntu AS go
8
8
9
-
RUN echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com jammy main" | tee /etc/apt/sources.list.d/hashicorp.list
10
9
RUN apt-get update && apt-get install --yes curl gcc
11
10
# Install Go manually, so that we can control the version
0 commit comments