Fix broken keil installation
This commit is contained in:
parent
d8b9dd6ae5
commit
140f1296f2
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ RUN \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get upgrade -y \
|
&& apt-get upgrade -y \
|
||||||
&& apt-get install -y $packages \
|
&& apt-get install -y $packages \
|
||||||
&& ./install-keil.sh \
|
&& /usr/bin/entrypoint ./install-keil.sh \
|
||||||
&& rm ./install-keil.sh \
|
&& rm ./install-keil.sh \
|
||||||
&& apt-get remove -y $packages \
|
&& apt-get remove -y $packages \
|
||||||
&& rm -rf /var/lib/apt/lists/
|
&& rm -rf /var/lib/apt/lists/
|
||||||
|
|
Loading…
Reference in a new issue