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 8b48ce9 commit a128068Copy full SHA for a128068
Dockerfile
@@ -2,7 +2,7 @@ FROM openresty/openresty:1.25.3.1-0-bookworm-fat
2
3
ENV DOCKERIZE_VERSION v0.7.0
4
RUN rm /etc/nginx/conf.d/default.conf || true && \
5
- apt update && apt install -y luarocks=3.8.0+dfsg1-1 libyaml-dev=0.2.5-1 wget=1.21.3-1+b2 \
+ apt update && apt install -y luarocks=3.8.0+dfsg1-1 libyaml-dev=0.2.5-1 wget \
6
&& wget -O - https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-linux-amd64-$DOCKERIZE_VERSION.tar.gz | tar xzf - -C /usr/local/bin
7
8
WORKDIR /etc/grafana-query-cache
0 commit comments