Skip to content

Commit

Permalink
Merge pull request #9 from define-one/master
Browse files Browse the repository at this point in the history
Fix the issue with the tzdata noninteractive setup
  • Loading branch information
MGenteluci authored Oct 1, 2021
2 parents d38ec93 + 6ca06ba commit 5ebb335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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
ARG DEBIAN_FRONTEND=noninteractive

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

Expand Down

0 comments on commit 5ebb335

Please sign in to comment.