Skip to content

Commit

Permalink
Fix builder variants
Browse files Browse the repository at this point in the history
  • Loading branch information
sepen committed Dec 31, 2024
1 parent a4a5d11 commit 5ecd19d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
7 changes: 1 addition & 6 deletions 3.7-amd64-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# 3.7-amd64-builder
# Builder variant with necessary packages to build ports and clone git repositories

# Stage 1: Build dependencies
FROM sepen/crux:3.7-amd64-core as builder
FROM sepen/crux:3.7-amd64-core

RUN ports -u && prt-get depinst fakeroot git

# Stage 2: Production image
FROM scratch
COPY --from=builder /mnt /

CMD /usr/bin/crux
5 changes: 0 additions & 5 deletions 3.7-arm64-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# 3.7-arm64-builder
# Builder variant with necessary packages to build ports and clone git repositories

# Stage 1: Build dependencies
FROM sepen/crux:3.7-arm64-core as builder

RUN ports -u && prt-get depinst fakeroot git

# Stage 2: Production image
FROM scratch
COPY --from=builder /mnt /

CMD /usr/bin/crux
5 changes: 0 additions & 5 deletions 3.7-armhf-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# 3.7-armhf-builder
# Builder variant with necessary packages to build ports and clone git repositories

# Stage 1: Build dependencies
FROM sepen/crux:3.7-armhf-core as builder

RUN ports -u && prt-get depinst fakeroot git

# Stage 2: Production image
FROM scratch
COPY --from=builder /mnt /

CMD /usr/bin/crux

0 comments on commit 5ecd19d

Please sign in to comment.