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.
2 parents 4ab9e09 + 10e9a5a commit 91946ccCopy full SHA for 91946cc
Dockerfile
@@ -38,7 +38,7 @@ RUN mkdir -p /tmp/rpms && \
38
then echo "Installing efs-utils from Amazon Linux 2 yum repo" && \
39
yum -y install --downloadonly --downloaddir=/tmp/rpms amazon-efs-utils-1.35.0-1.amzn2.noarch; \
40
else echo "Installing efs-utils from github using the latest git tag" && \
41
- yum -y install systemd git rpm-build make openssl-devel curl && \
+ yum -y install systemd git rpm-build make openssl-devel curl golang cmake && \
42
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
43
source $HOME/.cargo/env && \
44
rustup update && \
0 commit comments