Skip to content

Commit b85b789

Browse files
committed
Update Dockerfile with Ubuntu 18.04
[skip ci]
1 parent 4bbafef commit b85b789

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM ubuntu:17.10
1+
FROM ubuntu:18.04
22
ENV BUILD_PACKAGES \
33
make cmake g++ libxml2-dev \
44
libgoogle-perftools-dev libboost-program-options-dev \
55
libboost-math-dev libboost-random-dev libboost-filesystem-dev \
66
libboost-date-time-dev
77
ENV RUNTIME_PACKAGES \
8-
libxml2 libboost-filesystem1.62.0 libboost-program-options1.62.0 \
8+
libxml2 libboost-filesystem1.65.1 libboost-program-options1.65.1 \
99
libtcmalloc-minimal4
1010
ADD . scram/
1111
RUN apt-get update && \

0 commit comments

Comments
 (0)