example/Dockerfile in fluent-plugin-jq-0.4.0 vs example/Dockerfile in fluent-plugin-jq-0.5.0
- old
+ new
@@ -2,10 +2,10 @@
LABEL maintainer="Zhimin (Gimi) Liang (https://github.com/Gimi)"
COPY . /tmp/fluent-plugin-jq/
RUN apk update \
- && apk add --no-cache jq-dev \
+ && apk add --no-cache jq \
&& apk add --no-cache --virtual .build-deps \
build-base \
git \
ruby-dev \
&& cd /tmp/fluent-plugin-jq \