Skip to content

Commit

Permalink
Fix "cannot open '/dev/tty'" build error
Browse files Browse the repository at this point in the history
  • Loading branch information
therefromhere committed Feb 19, 2019
1 parent 68f319e commit 82031f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.7

MAINTAINER Prismatic Digital <>

RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ABF5BD827BD9BF62 > /dev/null \
RUN apt-key adv --no-tty --keyserver keyserver.ubuntu.com --recv-keys ABF5BD827BD9BF62 > /dev/null \
&& echo "deb http://nginx.org/packages/debian/ stretch nginx" >> /etc/apt/sources.list \
&& echo "deb http://ftp.debian.org/debian stretch-backports main " >> /etc/apt/sources.list.d/backports.list \
&& apt-get update \
Expand Down

0 comments on commit 82031f5

Please sign in to comment.