Skip to content

Commit 2343356

Browse files
committed
Add the HashiCorp repo
1 parent eba750e commit 2343356

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dogfood/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN cargo install exa bat ripgrep typos-cli watchexec-cli
66

77
FROM ubuntu AS go
88

9+
RUN echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
910
RUN apt-get update && apt-get install --yes curl gcc
1011
# Install Go manually, so that we can control the version
1112
ARG GO_VERSION=1.20

0 commit comments

Comments
 (0)