Skip to content

Commit 35d2023

Browse files
committed
Update Dockerfile comments and enhance build dependencies
1 parent 2efd667 commit 35d2023

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
# ----------------------------------------------------------------------------
1818

1919
# WSO2 Thunder Docker Image
20-
# Build stage - compile the Go binary for the target architecture
20+
# Build stage - compile the Go binary and build frontend for the target architecture
2121
FROM golang:1.25-alpine AS builder
2222

23-
# Install build dependencies
24-
RUN apk add --no-cache git make bash sqlite openssl zip
23+
# Install build dependencies including Node.js and npm
24+
RUN apk add --no-cache git make bash sqlite openssl zip nodejs npm
2525

2626
# Set the working directory
2727
WORKDIR /app

0 commit comments

Comments
 (0)