File tree Expand file tree Collapse file tree 5 files changed +20
-0
lines changed Expand file tree Collapse file tree 5 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ RUN npm run build
27
27
28
28
FROM node:20-bullseye-slim AS runner
29
29
30
+ RUN apt-get update \
31
+ && apt-get install -y ca-certificates \
32
+ && rm -rf /var/lib/apt/lists/*
33
+
30
34
RUN addgroup --system --gid 1001 service
31
35
RUN adduser --system --uid 1001 service
32
36
USER service
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ RUN npm run build
27
27
28
28
FROM node:20-bullseye-slim AS runner
29
29
30
+ RUN apt-get update \
31
+ && apt-get install -y ca-certificates \
32
+ && rm -rf /var/lib/apt/lists/*
33
+
30
34
RUN addgroup --system --gid 1001 service
31
35
RUN adduser --system --uid 1001 service
32
36
USER service
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ RUN npm run build
27
27
28
28
FROM node:20-bullseye-slim AS runner
29
29
30
+ RUN apt-get update \
31
+ && apt-get install -y ca-certificates \
32
+ && rm -rf /var/lib/apt/lists/*
33
+
30
34
RUN addgroup --system --gid 1001 service
31
35
RUN adduser --system --uid 1001 service
32
36
USER service
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ RUN npm run build
27
27
28
28
FROM node:20-bullseye-slim AS runner
29
29
30
+ RUN apt-get update \
31
+ && apt-get install -y ca-certificates \
32
+ && rm -rf /var/lib/apt/lists/*
33
+
30
34
RUN addgroup --system --gid 1001 service
31
35
RUN adduser --system --uid 1001 service
32
36
USER service
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ RUN npm run build
27
27
28
28
FROM node:20-bullseye-slim AS runner
29
29
30
+ RUN apt-get update \
31
+ && apt-get install -y ca-certificates \
32
+ && rm -rf /var/lib/apt/lists/*
33
+
30
34
RUN addgroup --system --gid 1001 service
31
35
RUN adduser --system --uid 1001 service
32
36
USER service
You can’t perform that action at this time.
0 commit comments