Skip to content

Commit

Permalink
Merge pull request #45 from BigeYoung/add_ps
Browse files Browse the repository at this point in the history
Fixed #34: apt install procps
  • Loading branch information
stain authored Feb 11, 2021
2 parents 0074865 + b7ed7ca commit f5fa18d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jena-fuseki/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV LANG C.UTF-8
RUN set -eux; \
apt-get update; \
apt-get install -y --no-install-recommends \
bash curl ca-certificates findutils coreutils pwgen \
bash curl ca-certificates findutils coreutils pwgen procps \
; \
rm -rf /var/lib/apt/lists/*

Expand Down
4 changes: 2 additions & 2 deletions jena/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ ENV LANG C.UTF-8
RUN set -eux; \
apt-get update; \
apt-get install -y --no-install-recommends \
bash curl ca-certificates findutils coreutils \
bash curl ca-certificates findutils coreutils procps \
; \
rm -rf /var/lib/apt/lists/*



# Update below according to https://jena.apache.org/download/
# Update below according to https://jena.apache.org/download/
# and checksum for apache-jena-3.x.x.tar.gz.sha512
ENV JENA_SHA512 ba2e966df3ff2c8727b02f95771aa9f9953687fadbd51a95fff3709bb342ca64c1ac54bc25c9e24432b038c14737979c48fad5885e5841d6c15cc4967859b037
ENV JENA_VERSION 3.14.0
Expand Down

0 comments on commit f5fa18d

Please sign in to comment.