We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b539bc4 commit 88bda96Copy full SHA for 88bda96
test/docker-files/docker-file-MODULE-grafana-connector.txt
@@ -9,7 +9,7 @@ RUN wget https://dl.grafana.com/oss/release/grafana_6.2.5_amd64.deb
9
RUN dpkg -i grafana_6.2.5_amd64.deb
10
RUN /apt_get_install procps
11
RUN /apt_get_install net-tools
12
-RUN /apt_get_install sqlite
+RUN /apt_get_install sqlite3
13
RUN /apt_get_install curl
14
15
ADD . /root/opsbro-oss
0 commit comments