try to skip interaction
This commit is contained in:
parent
b0f3f92f71
commit
6c693a57dd
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@ ENV OPEN_PORT=8080
|
|||
COPY ${APPLICATION_BINARY} .
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends libboost-all-dev \
|
||||
ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libboost-all-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
EXPOSE ${OPEN_PORT}
|
||||
|
|
|
|||
Reference in a new issue