add unzip to dockerfile for bun
This commit is contained in:
parent
1e44c7db7a
commit
d49650616a
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ RUN apt-get update -qq && \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
python-is-python3 \
|
python-is-python3 \
|
||||||
curl \
|
curl \
|
||||||
ca-certificates && \
|
ca-certificates \
|
||||||
|
unzip && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
FROM base-node AS build-main
|
FROM base-node AS build-main
|
||||||
|
|
|
||||||
Reference in a new issue