We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015e0df commit c8c032bCopy full SHA for c8c032b
Dockerfile
@@ -16,9 +16,6 @@ RUN yarn install \
16
--non-interactive \
17
--production=false
18
19
-RUN apt-get update -y \
20
- && apt-get install -y python3
21
-
22
RUN yarn run build
23
24
FROM node:18-bookworm-slim AS production
@@ -51,7 +48,9 @@ RUN apt clean -y \
51
48
git \
52
49
jq \
53
50
nano \
54
- openssl
+ openssl \
+ python3 \
+ build-essential
55
56
RUN yarn install \
57
--prefer-offline \
0 commit comments