test balenalib package installer

This commit is contained in:
John
2021-01-10 16:33:42 +01:00
parent 59a93b9106
commit 86ee238066
+2 -3
View File
@@ -1,9 +1,8 @@
FROM balenalib/raspberrypi3
RUN apt-get update && apt-get install -y \
RUN install_packages \
logrotate libmosquitto1 libstdc++6 libc6 libgcc1 \
curl \
&& rm -rf /var/lib/apt/lists/*
curl
LABEL maintainer "ebusd@ebusd.eu"