We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2efd667 commit 35d2023Copy full SHA for 35d2023
1 file changed
Dockerfile
@@ -17,11 +17,11 @@
17
# ----------------------------------------------------------------------------
18
19
# WSO2 Thunder Docker Image
20
-# Build stage - compile the Go binary for the target architecture
+# Build stage - compile the Go binary and build frontend for the target architecture
21
FROM golang:1.25-alpine AS builder
22
23
-# Install build dependencies
24
-RUN apk add --no-cache git make bash sqlite openssl zip
+# Install build dependencies including Node.js and npm
+RUN apk add --no-cache git make bash sqlite openssl zip nodejs npm
25
26
# Set the working directory
27
WORKDIR /app
0 commit comments