Skip to content

Commit

Permalink
Merge pull request #1494 from GSA/fix-efs-util
Browse files Browse the repository at this point in the history
fix efs util build error by pinning to v2.1.0
  • Loading branch information
btylerburton authored Nov 20, 2024
2 parents 7cfc652 + ac5a206 commit de963a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ USER root
RUN apt-get update && apt-get install -y curl vim stunnel4 git

# Install EFS Dependencies
RUN git clone https://github.com/aws/efs-utils && \
RUN git clone --depth 1 --branch v2.1.0 https://github.com/aws/efs-utils && \
cd efs-utils && \
apt-get -y install binutils rustc cargo pkg-config libssl-dev && \
./build-deb.sh && \
Expand Down

0 comments on commit de963a3

Please sign in to comment.