Skip to content

Commit

Permalink
update and install
Browse files Browse the repository at this point in the history
  • Loading branch information
devinstasafe committed Mar 21, 2022
1 parent 663ed88 commit b1ebe03
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 @@ -2,14 +2,14 @@ FROM nanobox/windows-env

LABEL "name"="Windows Signing Utility"
LABEL "maintainer"="Jon Friesen"
LABEL "version"="0.0.1"
LABEL "version"="0.0.9"

LABEL "com.github.actions.name"="Windows Signing Utility"
LABEL "com.github.actions.description"="Windows Signing Utility"
LABEL "com.github.actions.icon"="key"
LABEL "com.github.actions.color"="green"

RUN apt-get install libgsf-1-dev -y
RUN apt-get update && apt-get install libgsf-1-dev -y

COPY entrypoint.sh /entrypoint.sh
RUN chmod +x entrypoint.sh
Expand Down

0 comments on commit b1ebe03

Please sign in to comment.