From 26625f3e2a1868ba47b293aec68316a03ff2382c Mon Sep 17 00:00:00 2001 From: Hemanth Krishna Date: Wed, 21 Sep 2022 12:13:21 +0530 Subject: [PATCH] fix: add destination to ADD command in Dockerfile (#1268) Signed-off-by: Hemanth Krishna Signed-off-by: Hemanth Krishna --- dockerhub/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerhub/Dockerfile b/dockerhub/Dockerfile index 7443e8bac7..e627217eac 100644 --- a/dockerhub/Dockerfile +++ b/dockerhub/Dockerfile @@ -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