fixing wget

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

View file

@ -34,7 +34,7 @@ RUN \
kubectl \
code \
xdg-utils && \
dpkg -i OpenLens-6.5.2.286.amd64.deb && \
dpkg -i /tmp/OpenLens-6.5.2.286.amd64.deb && \
tar -zxvf k9s_Linux_amd64.tar.gz && \
mv k9s /usr/local/bin && \
echo "**** cleanup ****" && \