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 01b7f7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ ENV YFN_URL=
# Base url like /roadmap/
ENV BASE_URL=

RUN apk add --no-cache autoconf automake libtool nasm

COPY package.json package-lock.json ./
RUN npm i
COPY . .
Expand Down

0 comments on commit 01b7f7a

Please sign in to comment.