Skip to content
This repository was archived by the owner on Sep 7, 2018. It is now read-only.

Commit 766ad7d

Browse files
committed
Removes sqlite that was added by mistake.
1 parent dc7e754 commit 766ad7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV PATH=/usr/share/grafana/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bi
1313
GF_PATHS_PLUGINS="/var/lib/grafana/plugins" \
1414
GF_PATHS_PROVISIONING="/etc/grafana/provisioning"
1515

16-
RUN apt-get update && apt-get install -qq -y tar sqlite libfontconfig curl ca-certificates && \
16+
RUN apt-get update && apt-get install -qq -y tar libfontconfig curl ca-certificates && \
1717
mkdir -p "$GF_PATHS_HOME/.aws" && \
1818
curl "$GRAFANA_URL" | tar xfvz - --strip-components=1 -C "$GF_PATHS_HOME" && \
1919
apt-get autoremove -y && \

0 commit comments

Comments
 (0)