add python3 too

This commit is contained in:
Meghan Denny
2024-05-29 14:15:37 -07:00
parent dd4233b3cf
commit df52ece0e1
3 changed files with 3 additions and 0 deletions

View File

@@ -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

View File

@@ -80,6 +80,7 @@ RUN groupadd bun \
&& apt update \
&& apt-get install -qq --no-install-recommends \
git \
python3 \
&& which bun \
&& which bunx \
&& bun --version

View File

@@ -81,6 +81,7 @@ RUN groupadd bun \
&& apt update \
&& apt-get install -qq --no-install-recommends \
git \
python3 \
&& which bun \
&& which bunx \
&& bun --version