Skip to content

Commit

Permalink
add libgcc in alpine docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Jul 10, 2023
1 parent 6a4b382 commit 842bb39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LavalinkServer/docker/alpine.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM azul/zulu-openjdk-alpine:17-jre-headless-latest

RUN apk add --no-cache libgcc

# Run as non-root user
RUN addgroup -g 322 -S lavalink && \
adduser -u 322 -S lavalink lavalink
Expand Down

0 comments on commit 842bb39

Please sign in to comment.