Skip to content

Commit 198fc4c

Browse files
committed
fix(pages): alpine to ubuntu.
1 parent 9b95ff1 commit 198fc4c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pages/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ FROM ubuntu:latest
2121
# Set working directory
2222
WORKDIR /app
2323

24-
# Install CA certificates (if needed for HTTPS calls)
25-
RUN apk add --no-cache ca-certificates
26-
2724
# Copy the built binary from the builder stage
2825
COPY --from=builder /app/pages .
2926

0 commit comments

Comments
 (0)