Skip to content

Commit 21f7fde

Browse files
authored
Merge pull request #121 from ajcwebdev/typedoc
Deprecate Fastify and Migrate to SolidStart Backend
2 parents d7f91b1 + df9e03b commit 21f7fde

37 files changed

+15478
-2875
lines changed

.github/Dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# .github/Dockerfile
22

33
# 1. Use Node 22-slim as base image
4-
FROM node:22-slim AS base
4+
FROM node:22-alpine AS base
55

66
# 2. Install system dependencies
7-
RUN apt-get update && apt-get install -y --no-install-recommends \
8-
ffmpeg git wget ca-certificates cmake python3 build-essential \
9-
&& rm -rf /var/lib/apt/lists/* \
10-
&& apt-get clean \
7+
RUN apk add --no-cache \
8+
ffmpeg git wget ca-certificates cmake python3 build-base \
119
&& update-ca-certificates
1210

1311
# 3. Set working directory to /usr/src/app

0 commit comments

Comments
 (0)