Skip to content

Commit

Permalink
add alpine-sdk for build
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeTWC1984 committed May 10, 2024
1 parent 506a543 commit 47264e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# RUN apk add --no-cache bash nodejs tini util-linux bash openssl procps coreutils curl tar jq

FROM cronicle/base-alpine as build
RUN apk add --no-cache npm
RUN apk add --no-cache npm python3 alpine-sdk
COPY . /build
WORKDIR /build
RUN ./bundle /dist --mysql --pgsql --s3 --sqlite --tools
Expand Down

0 comments on commit 47264e7

Please sign in to comment.