Skip to content

Commit 91946cc

Browse files
authored
Merge pull request #1736 from dankova22/efs-utils-build
Update Dockerfile for new efs-utils dependencies
2 parents 4ab9e09 + 10e9a5a commit 91946cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN mkdir -p /tmp/rpms && \
3838
then echo "Installing efs-utils from Amazon Linux 2 yum repo" && \
3939
yum -y install --downloadonly --downloaddir=/tmp/rpms amazon-efs-utils-1.35.0-1.amzn2.noarch; \
4040
else echo "Installing efs-utils from github using the latest git tag" && \
41-
yum -y install systemd git rpm-build make openssl-devel curl && \
41+
yum -y install systemd git rpm-build make openssl-devel curl golang cmake && \
4242
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
4343
source $HOME/.cargo/env && \
4444
rustup update && \

0 commit comments

Comments
 (0)