Skip to content

Commit

Permalink
Merge pull request #216 from aws-samples/reduce-build-log-efa-exporter
Browse files Browse the repository at this point in the history
SMHP: Remove 14k log lines from efa exporter LCC
  • Loading branch information
KeitaW authored Mar 18, 2024
2 parents dfb58ed + 5008ee9 commit 7946f9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG GOLANG_VERSION=1.21.5
# install go
RUN apt update && apt install curl git build-essential -y
RUN curl -OL https://go.dev/dl/go${GOLANG_VERSION}.linux-amd64.tar.gz && \
tar -C /usr/local -xvf go${GOLANG_VERSION}.linux-amd64.tar.gz
tar -C /usr/local -xf go${GOLANG_VERSION}.linux-amd64.tar.gz
ENV PATH=$PATH:/usr/local/go/bin

# Install EFA
Expand Down

0 comments on commit 7946f9a

Please sign in to comment.