Skip to content

Commit

Permalink
Merge pull request #13 from fescobar/12_healthcheck_failure
Browse files Browse the repository at this point in the history
#12-HEALTHCHECK failure - curl does not exist in container
  • Loading branch information
fescobar committed Jan 5, 2021
2 parents f5316e7 + 50d7214 commit f71719a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ LABEL org.label-schema.build-date=${BUILD_DATE} \
org.label-schema.vcs-url="https://github.com/fescobar/allure-docker-service-ui" \
authors="Frank Escobar <fescobar.systems@gmail.com>"

RUN apt-get update && \
apt install curl -y

ENV ROOT=/app

WORKDIR $ROOT
Expand Down

1 comment on commit f71719a

@Schnuecks
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for this issue it should fix it, yes.

Please sign in to comment.