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 \ thunderbird \
firefox \ firefox \
code && \ code && \
dnf localinstall -y OpenLens-6.5.2-366.x86_64.rpm && \ dnf localinstall -y /tmp/OpenLens-6.5.2-366.x86_64.rpm && \
tar -zxvf k9s_Linux_amd64.tar.gz && \ tar -zxvf /tmp/k9s_Linux_amd64.tar.gz && \
mv k9s /usr/local/bin && \ mv /tmp/k9s /usr/local/bin && \
echo "**** cleanup ****" && \ echo "**** cleanup ****" && \
dnf autoremove -y && \ dnf autoremove -y && \
dnf clean all && \ dnf clean all && \

View file

@ -35,8 +35,8 @@ RUN \
code \ code \
xdg-utils && \ xdg-utils && \
dpkg -i /tmp/OpenLens-6.5.2.286.amd64.deb && \ dpkg -i /tmp/OpenLens-6.5.2.286.amd64.deb && \
tar -zxvf k9s_Linux_amd64.tar.gz && \ tar -zxvf /tmp/k9s_Linux_amd64.tar.gz && \
mv k9s /usr/local/bin && \ mv /tmp/k9s /usr/local/bin && \
echo "**** cleanup ****" && \ echo "**** cleanup ****" && \
apt-get autoclean && \ apt-get autoclean && \
rm -rf \ rm -rf \

View file

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