Skip to content

Commit e4775e1

Browse files
committed
build efs-utils without system rust
1 parent 4c54256 commit e4775e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ RUN mkdir -p /tmp/rpms && \
4545
rustup default stable && \
4646
git clone https://github.com/aws/efs-utils && \
4747
cd efs-utils && \
48-
git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) && \
49-
make rpm && mv build/amazon-efs-utils*rpm /tmp/rpms && \
48+
make rpm-without-system-rust && mv build/amazon-efs-utils*rpm /tmp/rpms && \
5049
# clean up efs-utils folder after install
5150
cd .. && rm -rf efs-utils && \
5251
yum clean all; \

0 commit comments

Comments
 (0)