Merge pull request #91 from aelfa/patch-1

Resolve "pgrep: not found" issue
This commit is contained in:
Gabisonfire
2024-02-20 15:49:56 -05:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
FROM node:lts-buster-slim as builder
RUN apt update && apt install -y git && rm -rf /var/lib/apt/lists/*
RUN apt update && apt install -y git procps && rm -rf /var/lib/apt/lists/*
WORKDIR /app