Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
This is needed for Ubuntu image to avoid asking to configure tzdata.
More info: https://askubuntu.com/questions/909277/avoiding-user-interaction-with-tzdata-when-installing-certbot-in-a-docker-contai
  • Loading branch information
Ross Ragsdale authored Sep 19, 2020
1 parent fbc0e8c commit 63aa0b4
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/r0zar/sam-deploy-action"
LABEL homepage="https://github.com/r0zar/sam-deploy-action"
LABEL maintainer="Ross Ragsdale <[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 63aa0b4

Please sign in to comment.