Skip to content

Commit

Permalink
Change dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Douile committed Sep 23, 2020
1 parent 30c560c commit ecfa1f6
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,13 +5,13 @@ 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.6"
LABEL "version"="0.1.8"
LABEL "repository"="http://github.com/Douile/rust-release.action"

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

RUN apt update
RUN apt install curl jq git build-base bash openssl-dev gcc pkgconfig build-essential
RUN apt install curl jq git build-essential bash librust-openssl-dev gcc pkg-config build-essential librust-pkg-config-dev

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

0 comments on commit ecfa1f6

Please sign in to comment.