File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ devel: $(targets)
106106$(targets ) : devel_% : cache/% /docker_devel.tar
107107cache/% /docker_devel.tar : docker/% /Dockerfile \
108108 ../CMakeLists.txt ../cmake \
109- ../Osi
109+ ../src
110110 @docker image rm -f ${IMAGE}_$*:devel 2>/dev/null
111111 ${DOCKER_BUILD_CMD} --target=devel --tag ${IMAGE}_$*:devel -f $< ..
112112 @rm -f $@
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM alpine:edge AS env
44LABEL maintainer="corentinl@google.com"
55# Install system build dependencies
66ENV PATH=$PATH:/usr/local/bin
7- RUN apk add --no-cache git build-base linux-headers cmake
7+ RUN apk add --no-cache git build-base linux-headers libexecinfo-dev cmake
88
99RUN cd /tmp \
1010&& git clone https://github.com/Mizux/CoinUtils.git \
You can’t perform that action at this time.
0 commit comments