try to skip interaction

This commit is contained in:
Thomas Schleicher 2024-10-22 20:41:27 +02:00
parent b0f3f92f71
commit 6c693a57dd

View file

@ -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}