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 1f9a568 commit 4b8a96fCopy full SHA for 4b8a96f
docker/latest/Dockerfile.centos7
@@ -31,6 +31,8 @@ gpgcheck=1" > /etc/yum.repos.d/fledge.repo
31
RUN yum update -y && yum install -y fledge
32
33
# Fix and install fledge-gui
34
+# With fledge-gui PR https://github.com/fledge-iot/fledge-gui/pull/105,
35
+# below fix will not be required, next to the 1.9.1 releases.
36
RUN rm -f /usr/share/nginx/html/index.html && \
37
yum install -y fledge-gui
38
0 commit comments