and back
This commit is contained in:
parent
bdfb4edd8e
commit
a649d981da
1 changed files with 0 additions and 5 deletions
|
|
@ -10,10 +10,5 @@ RUN apt-get update && \
|
|||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libboost-all-dev && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN apt-get update && \
|
||||
ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libboost-filesystem1.74-dev libboost-system1.74-dev && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
EXPOSE ${OPEN_PORT}
|
||||
CMD [ "/${APPLICATION_BINARY}" ]
|
||||
Reference in a new issue