Skip to content

Commit

Permalink
use node slim base image
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Oct 24, 2023
1 parent 3613d2f commit 7a8a1e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/api-docs.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.8.1-bookworm
FROM node:20.8.1-bookworm-slim

WORKDIR /api/doc

Expand Down
2 changes: 1 addition & 1 deletion docker/pgn-viewer.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.8.1-bookworm
FROM node:20.8.1-bookworm-slim

RUN npm install -g pnpm

Expand Down
8 changes: 4 additions & 4 deletions docker/ui.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:20.8.1-bookworm
FROM node:20.8.1-bookworm-slim

RUN apt-get update
RUN apt-get install -y git

RUN git config --global --add safe.directory /lila
RUN git config --global --add safe.directory /chessground
RUN git config --global --add safe.directory /pgn-viewer
RUN npm install -g pnpm

0 comments on commit 7a8a1e2

Please sign in to comment.