We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b5a75 commit 40661d0Copy full SHA for 40661d0
docker/latest/Dockerfile
@@ -22,12 +22,8 @@ RUN chmod 755 /usr/bin/systemctl
22
RUN wget -q -O - http://archives.fledge-iot.org/KEY.gpg | apt-key add - && \
23
add-apt-repository "deb ${FLEDGE_PKGS_ARCHIVES_LINK} / "
24
25
-# Install fledge and few south plugins
26
-RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y fledge \
27
-fledge-south-sinusoid \
28
-fledge-south-randomwalk \
29
-fledge-south-random \
30
-fledge-south-expression
+# Install fledge
+RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y fledge
31
32
# Fix and install fledge-gui
33
RUN apt-get download fledge-gui && \
0 commit comments