Fix typo/bug in Dockerfile for PiFrameFleet
This commit is contained in:
parent
ddd4c6df8c
commit
1295d80f41
|
@ -43,7 +43,7 @@ RUN apt update && apt upgrade -y && \
|
||||||
echo "**** ansible ****" && \
|
echo "**** ansible ****" && \
|
||||||
apt install -y python3-apt ansible ansible-lint ansible-doc && \
|
apt install -y python3-apt ansible ansible-lint ansible-doc && \
|
||||||
echo "**** cleanup ****" && \
|
echo "**** cleanup ****" && \
|
||||||
rm /opt/arch_detect.sh
|
rm /opt/arch_detect.sh && \
|
||||||
rm /opt/s6-overlay.tar.gz && \
|
rm /opt/s6-overlay.tar.gz && \
|
||||||
rm -rf /opt/wireguard-tools && \
|
rm -rf /opt/wireguard-tools && \
|
||||||
apt remove --purge -y build-essential pkg-config libelf-dev unzip && \
|
apt remove --purge -y build-essential pkg-config libelf-dev unzip && \
|
||||||
|
|
Loading…
Reference in a new issue