Skip to content

Commit

Permalink
Adding go
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-constine-ttd committed Jan 6, 2025
1 parent d1be264 commit 1e88211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.nitro.builder
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV enclave_platform="aws-nitro"

# install build-essential, openjdk, maven, git
RUN apt-get update -y \
&& apt-get install -y curl -y build-essential pkg-config libssl-dev cmake openjdk-21-jdk maven git go \
&& apt-get install -y curl -y build-essential pkg-config libssl-dev cmake openjdk-21-jdk maven golang-go git \
&& rm -rf /var/lib/apt/lists/*

# install rust
Expand Down

0 comments on commit 1e88211

Please sign in to comment.