Skip to content

Commit 40661d0

Browse files
Removed installation of plugins
Signed-off-by: YashTatkondawar <[email protected]>
1 parent 44b5a75 commit 40661d0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docker/latest/Dockerfile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,8 @@ RUN chmod 755 /usr/bin/systemctl
2222
RUN wget -q -O - http://archives.fledge-iot.org/KEY.gpg | apt-key add - && \
2323
add-apt-repository "deb ${FLEDGE_PKGS_ARCHIVES_LINK} / "
2424

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
25+
# Install fledge
26+
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y fledge
3127

3228
# Fix and install fledge-gui
3329
RUN apt-get download fledge-gui && \

0 commit comments

Comments
 (0)