Skip to content

Commit

Permalink
add procps
Browse files Browse the repository at this point in the history
  • Loading branch information
oren committed Apr 4, 2015
1 parent e945a09 commit 72f6f35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:edge
RUN echo "http://dl-4.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
RUN apk update
RUN apk add gcc make python openssl-dev zlib-dev paxctl linux-headers xz g++ curl
RUN apk add gcc make python openssl-dev zlib-dev paxctl linux-headers xz g++ curl procps
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@
./configure --prefix=/usr --shared-openssl --shared-zlib
make
make test

## Misc

* `curl` is needed for the tests
* `procps` is needed due to this error: AssertionError: { [Error: Command failed: /bin/sh -c ps -p 14517 -o args= ps: unrecognized option: p

0 comments on commit 72f6f35

Please sign in to comment.