1 parent a770a42 commit 63e1388Copy full SHA for 63e1388
deploy/docker/Dockerfile
@@ -66,7 +66,7 @@ CMD [ "sh" , "/lowcoder/api-service/entrypoint.sh" ]
66
##
67
FROM ubuntu:jammy as build-node-service
68
69
-RUN apt update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y curl ca-certificates
+RUN apt update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y curl ca-certificates build-essential
70
71
# Download nodejs and install yarn
72
RUN curl -sL https://deb.nodesource.com/setup_19.x | bash - \
0 commit comments