quito la instalacion de netcat y de curl

webui
borja 2 weeks ago
parent 55a27974e4
commit 4872c2cd26

@ -2,7 +2,7 @@
FROM oven/bun:debian as base FROM oven/bun:debian as base
# Install basic debugging tools # Install basic debugging tools
RUN apt-get update && apt-get install -y curl netcat sqlite3 RUN apt-get update && apt-get install -y sqlite3
WORKDIR /app WORKDIR /app
# Default data dir for SQLite; can be overridden by DB_PATH at runtime (DB_PATH has priority) # Default data dir for SQLite; can be overridden by DB_PATH at runtime (DB_PATH has priority)
ENV DATA_DIR=/app/data ENV DATA_DIR=/app/data

Loading…
Cancel
Save