mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-05 19:16:06 -06:00
updated package manger for debian
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
FROM oven/bun:1.3.3-debian AS base
|
||||
WORKDIR /app
|
||||
RUN apk add --no-cache libc6-compat python3 make g++ gcc wget sqlite openssl ca-certificates
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
python3 make g++ gcc wget sqlite3 openssl ca-certificates \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# ----------------------------
|
||||
FROM base AS deps
|
||||
|
||||
Reference in New Issue
Block a user