Compare commits

...

3 Commits

Author SHA1 Message Date
Meghan Denny
df52ece0e1 add python3 too 2024-05-29 14:15:37 -07:00
Meghan Denny
dd4233b3cf debian images need 'apt update' 2024-05-29 14:15:27 -07:00
Meghan Denny
31ad53ed5e docker: add git to the images 2024-05-28 21:59:45 -07:00
3 changed files with 11 additions and 0 deletions

View File

@@ -111,6 +111,9 @@ RUN --mount=type=bind,from=build,source=/tmp,target=/tmp \
/tmp/glibc.apk \
/tmp/glibc-bin.apk \
&& ln -s /usr/local/bin/bun /usr/local/bin/bunx \
&& apk --no-cache add \
git \
python3 \
&& which bun \
&& which bunx \
&& bun --version

View File

@@ -77,6 +77,10 @@ RUN groupadd bun \
--shell /bin/sh \
--create-home \
&& ln -s /usr/local/bin/bun /usr/local/bin/bunx \
&& apt update \
&& apt-get install -qq --no-install-recommends \
git \
python3 \
&& which bun \
&& which bunx \
&& bun --version

View File

@@ -78,6 +78,10 @@ RUN groupadd bun \
--shell /bin/sh \
--create-home \
&& ln -s /usr/local/bin/bun /usr/local/bin/bunx \
&& apt update \
&& apt-get install -qq --no-install-recommends \
git \
python3 \
&& which bun \
&& which bunx \
&& bun --version