File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ WORKDIR /usr/src
55# build dependencies
66RUN apk update && apk add build-base git zlib-dev zlib-static zstd-dev zstd-static lz4-dev lz4-static
77
8- # check out xen sources
8+ # check out squashfs-tools sources
99ENV SQUASHFS_TOOLS_VERSION=${SQUASHFS_TOOLS_VERSION}
1010RUN git clone https://github.com/plougher/squashfs-tools && cd squashfs-tools && git checkout squashfs-tools-$SQUASHFS_TOOLS_VERSION
1111WORKDIR /usr/src/squashfs-tools/squashfs-tools
1212ENV CFLAGS="-O2 -Wall -static"
1313ENV LDFLAGS="-static"
1414RUN make -j`nproc` && make install INSTALL_DIR=/usr/obj/usr/bin
1515
16- ## copy final oxenstored into a scratch image
16+ ## copy final squashfs-tools into a scratch image
1717FROM scratch AS final
1818COPY --from=build /usr/obj/ /
You can’t perform that action at this time.
0 commit comments