Skip to content

Commit

Permalink
Added coreutils to the Docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
matejak committed Mar 31, 2019
1 parent 810e262 commit d37552c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ LABEL \
ENV PROGRAM=argbash

# The application requires bash to run.
# and coreutils for readlink
RUN apk add --no-cache \
autoconf \
coreutils \
bash

# Install argbash from sources
Expand Down

0 comments on commit d37552c

Please sign in to comment.