mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +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 \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
gnupg \
|
gnupg \
|
||||||
|
procps \
|
||||||
--no-install-recommends
|
--no-install-recommends
|
||||||
|
|
||||||
# Add the skype debian repo
|
# Add the skype debian repo
|
||||||
|
|
Loading…
Reference in New Issue
Block a user