Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
releaser: update
Browse files Browse the repository at this point in the history
* Add python3
* Update version
  • Loading branch information
ernado committed Apr 20, 2020
1 parent ab7d29d commit 50e7528
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion releaser/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN apt-get update && \
apt-get dist-upgrade --yes && \
apt-get install --yes \
curl sudo jq squashfs-tools ca-certificates snapd rsync gpg software-properties-common \
python3 \
apt-transport-https wget && \
curl -L $(curl -H 'X-Ubuntu-Series: 16' 'https://api.snapcraft.io/api/v1/snaps/details/core' | jq '.download_url' -r) --output core.snap && \
mkdir -p /snap/core && unsquashfs -d /snap/core/current core.snap && rm core.snap && \
Expand All @@ -29,4 +30,4 @@ apt-get update && \
apt-get -y install docker-ce

# Installing goreleaser.
RUN wget -q https://github.com/goreleaser/goreleaser/releases/download/v0.102.0/goreleaser_amd64.deb && dpkg -i goreleaser_amd64.deb
RUN wget -q https://github.com/goreleaser/goreleaser/releases/download/v0.132.0/goreleaser_amd64.deb && dpkg -i goreleaser_amd64.deb

0 comments on commit 50e7528

Please sign in to comment.