Skip to content

Commit

Permalink
Merge pull request #4 from lucasfsousa/fix-tzdata
Browse files Browse the repository at this point in the history
set Dockerfile ENV DEBIAN_FRONTEND=noninteractive
  • Loading branch information
MGenteluci authored May 7, 2020
2 parents b95cc46 + 16ad81a commit 3af8ba5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ LABEL repository="https://github.com/mgenteluci/cloudformation-deploy-action"
LABEL homepage="https://github.com/mgenteluci/cloudformation-deploy-action"
LABEL maintainer="Matheus Genteluci <[email protected]>"

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && apt-get install -y awscli

ADD entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 3af8ba5

Please sign in to comment.