Skip to content

Commit f8d6572

Browse files
authored
Install curl for healthcheck (#175)
1 parent 143a63f commit f8d6572

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -y \
1818
wget \
1919
bzip2 \
2020
ca-certificates \
21+
curl \
2122
&& apt-get clean
2223

2324
# Install miniconda
@@ -62,7 +63,7 @@ WORKDIR /workspace
6263
# Copy custom entrypoint script
6364
COPY ./docker/scripts/entrypoint.sh /workspace/docker/entrypoint.sh
6465

65-
FROM base as nv_ingest_install
66+
FROM base AS nv_ingest_install
6667
# Copy the module code
6768
COPY setup.py setup.py
6869
COPY ci ci
@@ -154,4 +155,4 @@ FROM nv_ingest_install AS development
154155
RUN source activate nv_ingest && \
155156
pip install -e ./client
156157

157-
CMD ["/bin/bash"]
158+
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)