Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuzu committed Jan 24, 2024
1 parent 41f6e97 commit 02a9836
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -ldflags="-w -s

FROM --platform=${TARGETPLATFORM:-linux/amd64} debian:bookworm-slim
COPY --from=builder /palog /palog
RUN apk add --no-cache icu
RUN apt-get update && \
apt-get install -y icu-devtools && \
rm -rf /var/lib/apt/lists/*

ENTRYPOINT ["/palog"]

0 comments on commit 02a9836

Please sign in to comment.