mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-28 18:29:15 +01:00
🐛 Add wget to docker image for healthcheck
This commit is contained in:
@@ -22,7 +22,7 @@ RUN mkdir database
|
||||
COPY ./src/migrate.ts ./src/migrate.ts
|
||||
|
||||
# Install dependencies
|
||||
RUN apt-get update -y && apt-get install -y openssl
|
||||
RUN apt-get update -y && apt-get install -y openssl wget
|
||||
|
||||
# Required for migration
|
||||
RUN mv node_modules _node_modules
|
||||
|
||||
Reference in New Issue
Block a user