We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c54256 commit e4775e1Copy full SHA for e4775e1
Dockerfile
@@ -45,8 +45,7 @@ RUN mkdir -p /tmp/rpms && \
45
rustup default stable && \
46
git clone https://github.com/aws/efs-utils && \
47
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 && \
+ make rpm-without-system-rust && mv build/amazon-efs-utils*rpm /tmp/rpms && \
50
# clean up efs-utils folder after install
51
cd .. && rm -rf efs-utils && \
52
yum clean all; \
0 commit comments