Update Dockerfile

This commit is contained in:
Michael Trip 2023-10-03 19:05:14 +02:00 committed by GitHub
parent 7346a45d3e
commit 5b9073c7e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ RUN \
thunderbird \ thunderbird \
firefox \ firefox \
code && \ code && \
dnf localinstall -y /tmp/openlens.rpm && \ # dnf localinstall -y /tmp/openlens.rpm && \
tar -zxvf /tmp/k9s.tar.gz && \ tar -zxvf /tmp/k9s.tar.gz && \
mv /tmp/k9s /usr/local/bin && \ mv /tmp/k9s /usr/local/bin && \
echo "**** cleanup ****" && \ echo "**** cleanup ****" && \