Fix typo/bug in Dockerfile for PiFrameFleet

This commit is contained in:
KemoNine 2020-08-04 06:40:35 +00:00
parent ddd4c6df8c
commit 1295d80f41
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ RUN apt update && apt upgrade -y && \
echo "**** ansible ****" && \
apt install -y python3-apt ansible ansible-lint ansible-doc && \
echo "**** cleanup ****" && \
rm /opt/arch_detect.sh
rm /opt/arch_detect.sh && \
rm /opt/s6-overlay.tar.gz && \
rm -rf /opt/wireguard-tools && \
apt remove --purge -y build-essential pkg-config libelf-dev unzip && \