fix: add destination to ADD command in Dockerfile (#1268)

Signed-off-by: Hemanth Krishna <hkpdev008@gmail.com>

Signed-off-by: Hemanth Krishna <hkpdev008@gmail.com>
This commit is contained in:
Hemanth Krishna
2022-09-21 12:13:21 +05:30
committed by GitHub
parent e94e6d8d95
commit 26625f3e2a

View File

@@ -10,7 +10,7 @@ WORKDIR /tmp
RUN apk --no-cache add unzip
# get bun
ADD https://github.com/oven-sh/bun/releases/latest/download/bun-linux-x64.zip
ADD https://github.com/oven-sh/bun/releases/latest/download/bun-linux-x64.zip bun-linux-x64.zip
RUN unzip bun-linux-x64.zip
# get glibc