Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcaunt committed Feb 10, 2025
1 parent ccda1f2 commit 9c7b2b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ FROM alpine:3
WORKDIR /app

# Copy package to standard directory
RUN mkdir -p target/debian
RUN mkdir -p target/ubuntu
RUN mkdir -p target/debian11
RUN mkdir -p target/debian12
RUN mkdir -p target/ubuntu22
RUN mkdir -p target/ubuntu24
COPY --from=debian11 /app/packages/* target/debian11
COPY --from=debian12 /app/packages/* target/debian12
COPY --from=ubuntu22 /app/packages/* target/ubuntu22
Expand Down

0 comments on commit 9c7b2b7

Please sign in to comment.