Signed-off-by: Nikolai Rodionov <iam@allanger.xyz>
This commit is contained in:
@@ -18,7 +18,7 @@ RUN dnf -y update && \
|
||||
buildah \
|
||||
fuse-overlayfs \
|
||||
iptables \
|
||||
bash \
|
||||
xz \
|
||||
sed && \
|
||||
dnf clean all
|
||||
|
||||
@@ -26,7 +26,7 @@ RUN curl -1sLf 'https://dl.cloudsmith.io/public/task/task/setup.rpm.sh' | bash &
|
||||
dnf -y install task && \
|
||||
dnf clean all
|
||||
|
||||
RUN git clone https://github.com/asdf-vm/asdf.git /opt/asdf --branch v0.15.0
|
||||
RUN git clone https://github.com/asdf-vm/asdf.git /opt/asdf --branch v0.19.0
|
||||
|
||||
ENV ASDF_DIR=/opt/asdf
|
||||
ENV PATH="/opt/asdf/bin:/opt/asdf/shims:${PATH}"
|
||||
|
||||
Reference in New Issue
Block a user