Skip to content

Commit

Permalink
fix(Dockerfile.apk): install libyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
locao committed Jun 26, 2024
1 parent ad5c074 commit 9adce33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.apk
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ RUN set -ex; \
fi \
&& apk add --no-cache --virtual .build-deps tar gzip \
&& tar -C / -xzf /tmp/kong.apk.tar.gz \
&& apk add --no-cache libstdc++ libgcc openssl pcre perl tzdata libcap zlib zlib-dev bash \
&& apk add --no-cache luarocks \
&& apk add --no-cache libstdc++ libgcc openssl pcre perl tzdata libcap zlib zlib-dev bash luarocks yaml \
&& adduser -S kong \
&& addgroup -S kong \
&& mkdir -p "${KONG_PREFIX}" \
Expand Down

0 comments on commit 9adce33

Please sign in to comment.