Skip to content

Commit

Permalink
update certs in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Zibbp committed Apr 4, 2024
1 parent a6a8627 commit 708d1f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ FROM debian:12-slim

COPY --from=build-stage-01 /app/spotify-convert .

RUN apt update && apt install -y ca-certificates
RUN update-ca-certificates

ENTRYPOINT ["./spotify-convert"]

0 comments on commit 708d1f2

Please sign in to comment.