Skip to content

Commit

Permalink
Install lua json module
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Sep 29, 2023
1 parent f1fe99c commit 9c753dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LABEL org.opencontainers.image.source https://github.com/voyagermesh/haproxy
# Installs required packages
# Change timezone to UTC
RUN set -x \
&& apk add --update --no-cache ca-certificates tzdata lua5.3 lua-socket lua-ossl libcap \
&& apk add --update --no-cache ca-certificates tzdata lua5.4 lua5.4-libs lua-json4 lua-socket lua-ossl libcap \
&& echo 'Etc/UTC' > /etc/timezone \
&& setcap 'cap_net_bind_service=+ep' $(which haproxy)

Expand Down
2 changes: 1 addition & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ARG TARGETARCH
RUN set -x \
&& apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y --no-install-recommends ca-certificates lua5.3 lua-socket lua-luaossl libcap2-bin \
&& apt-get install -y --no-install-recommends ca-certificates liblua5.4-0 lua-json lua-socket lua-luaossl libcap2-bin \
&& rm -rf /var/lib/apt/lists/* /usr/share/doc /usr/share/man /tmp/* \
&& echo 'Etc/UTC' > /etc/timezone \
&& setcap 'cap_net_bind_service=+ep' $(which haproxy)
Expand Down

0 comments on commit 9c753dc

Please sign in to comment.