Skip to content

Commit

Permalink
chore(wren-ui): change alpine to bookworm-slim (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyeh authored Dec 18, 2024
1 parent 4caee5a commit eb9575e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions wren-ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
FROM node:18-alpine AS base
FROM node:18-bookworm-slim AS base

# Install dependencies only when needed
FROM base AS deps
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
RUN apk add --no-cache libc6-compat python3 make g++ bash curl
WORKDIR /app

# Install dependencies based on the preferred package manager
Expand Down

0 comments on commit eb9575e

Please sign in to comment.