Skip to content

Commit 88bda96

Browse files
committed
Fix: TEST grafana
1 parent b539bc4 commit 88bda96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/docker-files/docker-file-MODULE-grafana-connector.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN wget https://dl.grafana.com/oss/release/grafana_6.2.5_amd64.deb
99
RUN dpkg -i grafana_6.2.5_amd64.deb
1010
RUN /apt_get_install procps
1111
RUN /apt_get_install net-tools
12-
RUN /apt_get_install sqlite
12+
RUN /apt_get_install sqlite3
1313
RUN /apt_get_install curl
1414

1515
ADD . /root/opsbro-oss

0 commit comments

Comments
 (0)