Skip to content

Commit

Permalink
Install Rust and Cargo for building efs-proxy
Browse files Browse the repository at this point in the history
Rust and Cargo are required to build efs-utils v2.0.0.
  • Loading branch information
RyanStan committed Apr 12, 2024
1 parent 0ea48a3 commit e22c6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN mkdir -p /tmp/rpms && \
then echo "Installing efs-utils from Amazon Linux 2 yum repo" && \
yum -y install --downloadonly --downloaddir=/tmp/rpms amazon-efs-utils-1.35.0-1.amzn2.noarch; \
else echo "Installing efs-utils from github using the latest git tag" && \
yum -y install git rpm-build make && \
yum -y install git rpm-build make rust cargo openssl-devel && \
git clone https://github.com/aws/efs-utils && \
cd efs-utils && \
git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) && \
Expand Down

0 comments on commit e22c6eb

Please sign in to comment.