Skip to content

Commit 6f29b3c

Browse files
committed
remove comment in dockerfile
1 parent 7702eaa commit 6f29b3c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build-scripts/Dockerfile.linux-glibc-arm64

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ RUN --mount=type=tmpfs,target=${BUILD_DIR} cp -R /src/. ${BUILD_DIR}/ \
2424

2525
FROM scratch AS export-stage
2626
COPY --from=build /out/stacks-inspect /out/blockstack-cli /out/clarity-cli /out/stacks-node /
27-
## comment

build-scripts/Dockerfile.linux-glibc-x64

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ RUN --mount=type=tmpfs,target=${BUILD_DIR} cp -R /src/. ${BUILD_DIR}/ \
2121

2222
FROM scratch AS export-stage
2323
COPY --from=build /out/stacks-inspect /out/blockstack-cli /out/clarity-cli /out/stacks-node /
24-
## comment

0 commit comments

Comments
 (0)