Skip to content

Commit

Permalink
fix: add licenses to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
airenas committed Sep 7, 2024
1 parent c66e2a8 commit 20f4b16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/file-adder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ RUN apt-get update && apt-get -y install libpq5
FROM gcr.io/distroless/cc-debian12 AS runner
#########################################################################################

COPY LICENSE /licenses/LICENSE-bsd-3

WORKDIR /app

#########################################################################################
Expand Down
2 changes: 2 additions & 0 deletions build/sound-keeper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
#########################################################################################
FROM gcr.io/distroless/cc-debian12 AS runner

COPY LICENSE /licenses/LICENSE-bsd-3

# RUN apt-get update && apt-get -y install openssl ca-certificates

# ENV UID=999
Expand Down
2 changes: 2 additions & 0 deletions build/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ RUN apt-get update && apt-get -y install libpq5
FROM gcr.io/distroless/cc-debian12 AS runner
#########################################################################################

COPY LICENSE /licenses/LICENSE-bsd-3

WORKDIR /app

#########################################################################################
Expand Down

0 comments on commit 20f4b16

Please sign in to comment.