Skip to content

Commit

Permalink
Added Ruby build libs #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
schinery committed Jul 27, 2021
1 parent 5e84b43 commit b7340e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ LABEL "maintainer"="Nick Sjostrom"

COPY entrypoint.sh /entrypoint.sh

RUN apk update && apk add bash git curl jq && apk add --update nodejs npm && npm install -g semver
RUN apk update && apk add bash git curl jq && apk add --update nodejs npm && npm install -g semver

# Ruby build libs
RUN apk add build-essential bison openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libxml2-dev autoconf libc6-dev ncurses-dev automake libtool

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit b7340e5

Please sign in to comment.