fixing paths
This commit is contained in:
parent
15f0d68e81
commit
cd20eeb737
3 changed files with 8 additions and 8 deletions
|
|
@ -30,9 +30,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 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue