drop wget (already in base), add cheetah
This commit is contained in:
parent
508b291411
commit
30f7b00474
@ -8,7 +8,7 @@ ARG WORKDIR="/opt/arduino"
|
|||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apt update && \
|
apt update && \
|
||||||
apt install -y wget && \
|
apt install -y python-cheetah && \
|
||||||
rm -rf /var/lib/apt/lists/* && \
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
mkdir -p ${WORKDIR}
|
mkdir -p ${WORKDIR}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user