mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 20:09:04 +00:00
add python3 too
This commit is contained in:
@@ -113,6 +113,7 @@ RUN --mount=type=bind,from=build,source=/tmp,target=/tmp \
|
||||
&& ln -s /usr/local/bin/bun /usr/local/bin/bunx \
|
||||
&& apk --no-cache add \
|
||||
git \
|
||||
python3 \
|
||||
&& which bun \
|
||||
&& which bunx \
|
||||
&& bun --version
|
||||
|
||||
@@ -80,6 +80,7 @@ RUN groupadd bun \
|
||||
&& apt update \
|
||||
&& apt-get install -qq --no-install-recommends \
|
||||
git \
|
||||
python3 \
|
||||
&& which bun \
|
||||
&& which bunx \
|
||||
&& bun --version
|
||||
|
||||
@@ -81,6 +81,7 @@ RUN groupadd bun \
|
||||
&& apt update \
|
||||
&& apt-get install -qq --no-install-recommends \
|
||||
git \
|
||||
python3 \
|
||||
&& which bun \
|
||||
&& which bunx \
|
||||
&& bun --version
|
||||
|
||||
Reference in New Issue
Block a user