Fix broken keil installation

This commit is contained in:
Manuel Thalmann 2023-03-29 17:47:53 +02:00
parent d8b9dd6ae5
commit 140f1296f2

View file

@ -30,7 +30,7 @@ RUN \
&& apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y $packages \
&& ./install-keil.sh \
&& /usr/bin/entrypoint ./install-keil.sh \
&& rm ./install-keil.sh \
&& apt-get remove -y $packages \
&& rm -rf /var/lib/apt/lists/