Skip to content

Commit

Permalink
Update Dockerfile (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
shukitchan authored May 23, 2024
1 parent 052ff95 commit 40279cb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ RUN apk add --no-cache --virtual .tools \
RUN apk add --no-cache --virtual .ats-build-deps \
bash build-base openssl-dev tcl-dev pcre-dev zlib-dev \
linux-headers libunwind-dev \
brotli-dev jansson-dev luajit-dev readline-dev \
brotli-dev jansson-dev readline-dev \
geoip-dev libxml2-dev

RUN apk add --no-cache --virtual .ats-extra-build-deps --repository https://dl-cdn.alpinelinux.org/alpine/edge/community hwloc-dev

RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/v3.16/main libexecinfo-dev

RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/v3.19/main luajit-dev=2.1_p20230410-r3

# create ats user/group
RUN addgroup -Sg 1000 ats

Expand Down Expand Up @@ -57,13 +59,15 @@ FROM worker-${TARGETARCH} as worker
# essential library
RUN apk add --no-cache -U \
bash build-base curl nghttp2-libs ca-certificates pcre \
zlib openssl brotli jansson luajit libunwind \
zlib openssl brotli jansson libunwind \
readline geoip tcl openrc libxml2

RUN apk add --no-cache -U --repository https://dl-cdn.alpinelinux.org/alpine/edge/community hwloc

RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/v3.16/main libexecinfo

RUN apk add --repository=https://dl-cdn.alpinelinux.org/alpine/v3.19/main luajit=2.1_p20230410-r3

# create ats user/group
RUN addgroup -Sg 1000 ats

Expand Down

0 comments on commit 40279cb

Please sign in to comment.