File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 1111 ARG BUILD_ROOT=/file-${APP_VERSION} \
1212 BUILD_SRC=https://astron.com/pub/file/${BUILD_TAR}
1313
14- # :: FOREIGN IMAGES
15- FROM 11notes/util:bin AS util-bin
16-
1714
1815# ╔═════════════════════════════════════════════════════╗
1916# ║ BUILD ║
6865 make install;
6966
7067 RUN set -ex; \
71- eleven distroless ${BUILD_BIN};
68+ mkdir -p ${APP_ROOT}/usr/local/bin; \
69+ cp ${BUILD_BIN} ${APP_ROOT}/usr/local/bin;
7270
7371 RUN set -ex; \
7472 mkdir -p ${APP_ROOT}/usr/local/share/misc; \
Original file line number Diff line number Diff line change 1111 BUILD_SRC=https://ftp.gnu.org/gnu/binutils/${BUILD_TAR} \
1212 GPG_KEY=13FCEF89DD9E3C4F
1313
14- # :: FOREIGN IMAGES
15- FROM 11notes/util:bin AS util-bin
1614
1715# ╔═════════════════════════════════════════════════════╗
1816# ║ BUILD ║
6159 make install;
6260
6361 RUN set -ex; \
64- eleven distroless ${BUILD_BIN};
62+ mkdir -p ${APP_ROOT}/usr/local/bin; \
63+ cp ${BUILD_BIN} ${APP_ROOT}/usr/local/bin;
6564
6665
6766# ╔═════════════════════════════════════════════════════╗
Original file line number Diff line number Diff line change 88 BUILD_SRC=https://github.com/upx/upx.git
99 ARG BUILD_BIN=${BUILD_ROOT}/build/upx
1010
11- # :: FOREIGN IMAGES
12- FROM 11notes/util:bin AS util-bin
13-
1411
1512# ╔═════════════════════════════════════════════════════╗
1613# ║ BUILD ║
5855 cmake --build build 2>&1 > /dev/null;
5956
6057 RUN set -ex; \
61- eleven distroless ${BUILD_BIN};
58+ mkdir -p ${APP_ROOT}/usr/local/bin; \
59+ cp ${BUILD_BIN} ${APP_ROOT}/usr/local/bin;
6260
6361
6462# ╔═════════════════════════════════════════════════════╗
You can’t perform that action at this time.
0 commit comments