Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
add libc6 in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
tnix100 authored Sep 28, 2024
1 parent 18a1202 commit 6c46c81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ RUN go build -o /Meower-Uploads
# Production stage
FROM debian
COPY --from=builder /app/Meower-Uploads /Meower-Uploads
RUN apt install libc6
ENTRYPOINT ["/Meower-Uploads"]

0 comments on commit 6c46c81

Please sign in to comment.