Skip to content

Commit 4daa83e

Browse files
authored
Merge pull request #1 from found-it/chore/update-comments
chore(squashfs-tools): update comments
2 parents da89fe0 + 41cc09a commit 4daa83e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.squashfs-tools

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ WORKDIR /usr/src
55
# build dependencies
66
RUN 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
99
ENV SQUASHFS_TOOLS_VERSION=${SQUASHFS_TOOLS_VERSION}
1010
RUN git clone https://github.com/plougher/squashfs-tools && cd squashfs-tools && git checkout squashfs-tools-$SQUASHFS_TOOLS_VERSION
1111
WORKDIR /usr/src/squashfs-tools/squashfs-tools
1212
ENV CFLAGS="-O2 -Wall -static"
1313
ENV LDFLAGS="-static"
1414
RUN 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
1717
FROM scratch AS final
1818
COPY --from=build /usr/obj/ /

0 commit comments

Comments
 (0)