🐛 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
|
COPY ./src/migrate.ts ./src/migrate.ts
|
||||||
|
|
||||||
# Install dependencies
|
# 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
|
# Required for migration
|
||||||
RUN mv node_modules _node_modules
|
RUN mv node_modules _node_modules
|
||||||
|
|||||||
Reference in New Issue
Block a user