mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Use 'ADD' instead of running wget to make docker compare checksums on bun's latest file (#864)
This commit is contained in:
@@ -10,8 +10,8 @@ WORKDIR /tmp
|
||||
RUN apk --no-cache add unzip
|
||||
|
||||
# get bun
|
||||
RUN wget https://github.com/oven-sh/bun/releases/latest/download/bun-linux-x64.zip && \
|
||||
unzip bun-linux-x64.zip
|
||||
ADD https://github.com/oven-sh/bun/releases/latest/download/bun-linux-x64.zip
|
||||
RUN unzip bun-linux-x64.zip
|
||||
|
||||
# get glibc
|
||||
ARG GLIBC_RELEASE
|
||||
|
||||
Reference in New Issue
Block a user