Skip to content

Commit

Permalink
Add openssl-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Douile committed Sep 14, 2020
1 parent d7686b9 commit 74184e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ LABEL "com.github.actions.name"="Rust Release binary"
LABEL "com.github.actions.description"="Automate publishing Rust build artifacts for GitHub releases through GitHub Actions"

LABEL "name"="Automate publishing Rust build artifacts for GitHub releases through GitHub Actions"
LABEL "version"="0.1.0"
LABEL "version"="0.1.4"
LABEL "repository"="http://github.com/Douile/rust-release.action"

LABEL "maintainer"="Douile <25043847+Douile@users.noreply.github.com>"

RUN apk add --no-cache curl jq git build-base bash musl-dev openssl
RUN apk add --no-cache curl jq git build-base bash musl-dev openssl openssl-dev

ADD entrypoint.sh ./entrypoint.sh
ADD build.sh ./build.sh
Expand Down

0 comments on commit 74184e9

Please sign in to comment.