mirror of
https://github.com/System-End/cdn.git
synced 2026-04-19 14:17:05 +00:00
Try curl + wget
This commit is contained in:
parent
826aec6878
commit
264399b93e
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
FROM oven/bun:1
|
||||
|
||||
# install curl for coolify healthcheck
|
||||
RUN apt-get update && apt-get install -y curl
|
||||
RUN apt-get update && apt-get install -y curl wget
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /app
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue