mirror of
https://github.com/grafana/grafana.git
synced 2025-09-17 06:33:36 +08:00
FS: Fix missing SSL certs in docker image (#109632)
This commit is contained in:
@ -1,5 +1,12 @@
|
||||
FROM ubuntu:24.04
|
||||
|
||||
RUN --mount=type=cache,target=/var/lib/apt/lists \
|
||||
--mount=type=cache,target=/var/cache/apt \
|
||||
set -eux; \
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends ca-certificates; \
|
||||
update-ca-certificates
|
||||
|
||||
WORKDIR /grafana
|
||||
|
||||
RUN mkdir -p "conf/provisioning/datasources" \
|
||||
|
Reference in New Issue
Block a user