mirror of
https://github.com/philipredstone/relnet.git
synced 2025-06-16 20:51:16 +02:00
Fix Dockerfile healthcheck, add curl
This commit is contained in:
parent
56c0867a20
commit
9ce80b4c59
@ -44,6 +44,12 @@ LABEL "org.opencontainers.image.version"="1.0.0"
|
||||
LABEL "VERSION"="1.0.0"
|
||||
LABEL maintainer="Tobias Hopp and Philip Rothstein"
|
||||
|
||||
# Install curl for healthcheck
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update && \
|
||||
apt-get -qq -y install curl && \
|
||||
rm -rf /var/cache/apt/archives /var/lib/apt/lists/*
|
||||
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user