mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +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:
parent
4c0d8fa298
commit
930c5fb426
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user