Skip to content

Commit

Permalink
Use another docker image for rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Scandurra committed Jul 14, 2016
1 parent e160c72 commit 4092ff1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
# DESCRIPTION: Image to build Atom and create a .rpm file

# Base docker image
FROM fedora:21

RUN curl --silent --location https://rpm.nodesource.com/setup_4.x | bash -
FROM nodesource/fedora21:4.4.7

# Install dependencies
RUN yum install -y \
Expand All @@ -14,9 +12,7 @@ RUN yum install -y \
glibc-devel \
git-core \
libgnome-keyring-devel \
rpmdevtools \
nodejs \
npm
rpmdevtools

RUN npm install -g npm --loglevel error

Expand Down

0 comments on commit 4092ff1

Please sign in to comment.