Skip to content

Commit

Permalink
Install RPM 4.13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Dec 31, 2018
1 parent 29ad2a5 commit 5847481
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ RUN apt install -y --no-install-recommends software-properties-common curl apt-t
RUN add-apt-repository ppa:alexlarsson/flatpak && \
curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && \
add-apt-repository "deb https://deb.nodesource.com/node_6.x xenial main" && \
curl -s https://bintray.com/user/downloadSubjectPublicKey?username=bintray | apt-key add - && \
add-apt-repository "deb https://dl.bintray.com/electronuserland/rpm-xenial xenial main" && \
apt update && \
apt install -y --no-install-recommends \
fakeroot dpkg flatpak-builder zip rpm snapcraft nodejs git python make gcc g++ && \
Expand Down

0 comments on commit 5847481

Please sign in to comment.