Skip to content

Commit

Permalink
[jpackage] add missing packages to Docker configuration. Fixes #756
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Feb 17, 2022
1 parent e5d18ea commit 0e6ca99
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,16 +291,17 @@ distributions:
matchers:
platform: 'linux-x86_64'
preCommands:
- 'RUN apt-get update -y'
- 'RUN apt-get install unzip'
- 'ARG DEBIAN_FRONTEND=noninteractive'
- 'ENV TZ=Europe/Zurich'
- 'RUN apt-get update && apt-get install -y unzip binutils fakeroot rpm'
alpine:
imageNames:
- 'jreleaser/jreleaser-{{dockerSpecName}}:{{tagName}}'
- 'jreleaser/jreleaser-{{dockerSpecName}}:latest'
matchers:
platform: 'linux_musl-x86_64'
preCommands:
- 'RUN apk add unzip'
- 'RUN apk add unzip binutils fakeroot rpm'
gofish:
active: always
repository:
Expand Down

0 comments on commit 0e6ca99

Please sign in to comment.