mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 06:21:32 +01:00
procps package is required for ps (#453)
The run-skype-and-wait-for-exit script requires the ps binary but it isn't available as procps package isn't installed.
This commit is contained in:
@@ -20,6 +20,7 @@ RUN apt-get update && apt-get install -y \
|
||||
ca-certificates \
|
||||
curl \
|
||||
gnupg \
|
||||
procps \
|
||||
--no-install-recommends
|
||||
|
||||
# Add the skype debian repo
|
||||
|
||||
Reference in New Issue
Block a user