fixing paths

This commit is contained in:
Michael Trip 2023-10-03 16:14:19 +02:00
parent 15f0d68e81
commit cd20eeb737
3 changed files with 8 additions and 8 deletions

View file

@ -28,9 +28,9 @@ RUN \
thunderbird \
firefox \
code && \
dnf localinstall -y OpenLens-6.5.2-366.x86_64.rpm && \
tar -zxvf k9s_Linux_amd64.tar.gz && \
mv k9s /usr/local/bin && \
dnf localinstall -y /tmp/OpenLens-6.5.2-366.x86_64.rpm && \
tar -zxvf /tmp/k9s_Linux_amd64.tar.gz && \
mv /tmp/k9s /usr/local/bin && \
echo "**** cleanup ****" && \
dnf autoremove -y && \
dnf clean all && \