Use 'ADD' instead of running wget to make docker compare checksums on bun's latest file (#864)

This commit is contained in:
mikeswann
2022-07-25 09:36:33 +02:00
committed by GitHub
parent 0a113d7f0c
commit 285b47ff36

View File

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