Skip to content

Commit

Permalink
chore: staged changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed Sep 26, 2023
1 parent 37f3f8e commit 1ae6c7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ WORKDIR /app
ENV PATH="${PATH}:/root/.bun/bin"

RUN apt update
RUN apt install pkg-config -y
RUN apt install curl wget unzip -y

# RUN apt install curl wget unzip libvips-dev -y
# RUN pkg-config --modversion vips-cpp

RUN curl https://bun.sh/install | bash
RUN bun -v

Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit 1ae6c7e

Please sign in to comment.