diff options
-rw-r--r-- | dockerhub/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dockerhub/Dockerfile b/dockerhub/Dockerfile index 7443e8bac..e627217ea 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 |