Skip to content

Commit b7296ff

Browse files
Stefan ErnstStefan Ernst
authored andcommitted
Fixed docker build issue
1 parent d0ca790 commit b7296ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FROM golang:1.24.6-alpine AS builder
44

55
# Install build dependencies
6-
RUN apk add --no-cache gcc musl-dev nodejs npm git
6+
RUN apk add --no-cache gcc musl-dev nodejs npm git tzdata
77

88
# Set working directory
99
WORKDIR /build

0 commit comments

Comments
 (0)