Skip to content

Commit

Permalink
install autoconf in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
1cedsoda committed May 16, 2024
1 parent 2d037ff commit c47d507
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ ENV YFN_URL=
ENV BASE_URL=

COPY package.json package-lock.json ./
RUN npm i
RUN apk add --no-cache autoconf automake libtool nasm build-base && \
npm i && \
apk del autoconf automake libtool nasm build-base

COPY . .

# run with build variables
Expand Down

0 comments on commit c47d507

Please sign in to comment.