File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 10
10
- NodeJS:
11
11
- CHANGED: Use node-api instead of NAN. [ #6452 ] ( https://github.com/Project-OSRM/osrm-backend/pull/6452 )
12
12
- Misc:
13
+ - CHANGED: keep libosrm* in the docker image for downstream linking [ #6602 ] ( https://github.com/Project-OSRM/osrm-backend/pull/6602 )
13
14
- CHANGED: Move vector in CSVFilesParser instead copying it. [ #6470 ] ( https://github.com/Project-OSRM/osrm-backend/pull/6470 )
14
15
- REMOVED: Get rid of unused functions in util/json_util.hpp. [ #6446 ] ( https://github.com/Project-OSRM/osrm-backend/pull/6446 )
15
16
- FIXED: Apply workaround for Conan installation issue on CI. [ #6442 ] ( https://github.com/Project-OSRM/osrm-backend/pull/6442 )
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ RUN NPROC=${BUILD_CONCURRENCY:-$(nproc)} && \
37
37
cd ../profiles && \
38
38
cp -r * /opt && \
39
39
strip /usr/local/bin/* && \
40
- rm -rf /src /usr/local/lib/libosrm*
40
+ rm -rf /src
41
41
42
42
43
43
# Multistage build to reduce image size - https://docs.docker.com/engine/userguide/eng-image/multistage-build/#use-multi-stage-builds
You can’t perform that action at this time.
0 commit comments