Skip to content

Commit

Permalink
Use perl-utils instead of custom written shasum (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schniz authored Feb 25, 2019
1 parent 117552e commit a5ef177
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
16 changes: 0 additions & 16 deletions .ci/shasum

This file was deleted.

3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM frolvlad/alpine-glibc

RUN apk add --no-cache nodejs bash npm curl g++ make m4 patch gmp-dev perl git jq
ADD .ci/shasum /usr/bin/shasum
RUN apk add --no-cache nodejs bash npm curl g++ make m4 patch gmp-dev perl git jq perl-utils

USER root

Expand Down

0 comments on commit a5ef177

Please sign in to comment.