Compare commits

..

2 Commits

Author SHA1 Message Date
darroyo ae0502ce16 Merge pull request 'fix: Remove libc6-compat (Alpine package) from Debian-based Dockerfile' (#9) from develop into main
Personal/recall/pipeline/head There was a failure building this commit
Reviewed-on: #9
2026-03-24 02:17:54 +00:00
darroyo 28366151cf fix: Remove libc6-compat (Alpine package) from Debian-based Dockerfile 2026-03-23 23:17:27 -03:00
-2
View File
@@ -2,7 +2,6 @@
FROM node:20-slim AS deps
RUN apt-get update && apt-get install -y --no-install-recommends \
libc6-compat \
openssl \
&& rm -rf /var/lib/apt/lists/*
@@ -18,7 +17,6 @@ FROM node:20-slim AS builder
WORKDIR /app
RUN apt-get update && apt-get install -y --no-install-recommends \
libc6-compat \
openssl \
&& rm -rf /var/lib/apt/lists/*