We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba750e commit 2343356Copy full SHA for 2343356
dogfood/Dockerfile
@@ -6,6 +6,7 @@ RUN cargo install exa bat ripgrep typos-cli watchexec-cli
6
7
FROM ubuntu AS go
8
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
10
RUN apt-get update && apt-get install --yes curl gcc
11
# Install Go manually, so that we can control the version
12
ARG GO_VERSION=1.20
0 commit comments