Skip to content

Commit

Permalink
build efs-utils without system rust
Browse files Browse the repository at this point in the history
  • Loading branch information
jdwtf committed Sep 20, 2024
1 parent 4c54256 commit e4775e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ RUN mkdir -p /tmp/rpms && \
rustup default stable && \
git clone https://github.com/aws/efs-utils && \
cd efs-utils && \
git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) && \
make rpm && mv build/amazon-efs-utils*rpm /tmp/rpms && \
make rpm-without-system-rust && mv build/amazon-efs-utils*rpm /tmp/rpms && \
# clean up efs-utils folder after install
cd .. && rm -rf efs-utils && \
yum clean all; \
Expand Down

0 comments on commit e4775e1

Please sign in to comment.