Skip to content

Commit

Permalink
Merge pull request #14 from fescobar/beta
Browse files Browse the repository at this point in the history
HEALTHCHECK failure - curl does not exist in container
  • Loading branch information
fescobar authored Jan 5, 2021
2 parents 8503ba8 + f71719a commit f158af2
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

0 comments on commit f158af2

Please sign in to comment.