We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc244d6 commit 22c0a0cCopy full SHA for 22c0a0c
src/Dockerfile
@@ -18,6 +18,7 @@ RUN dnf update -y && \
18
htop \
19
podman slirp4netns fuse-overlayfs --exclude container-selinux && \
20
dnf reinstall -y shadow-utils && \
21
+ ln -s /usr/bin/ld.bfd /usr/bin/ld && \
22
dnf clean all && \
23
rm -rf /var/cache /var/log/dnf* /var/log/yum.*
24
@@ -107,7 +108,6 @@ USER queil
107
108
109
FROM base as rust
110
-RUN ln -s /usr/bin/ld.bfd /usr/bin/ld && \
111
- curl https://sh.rustup.rs -sSf | bash -s -- -y
+RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
112
113
ENV PATH="${PATH}:${HOME}/.cargo/bin"
0 commit comments