mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Merge pull request #91 from aelfa/patch-1
Resolve "pgrep: not found" issue
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user