Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* pr comments part2
  • Loading branch information
Jorge Machado committed Jul 26, 2019
1 parent d4effe9 commit 9b135b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion awx/ui/test/e2e/cluster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN yum install -y \
nodejs \
npm


WORKDIR /awx

COPY awx/ui/package.json awx/ui/package.json
Expand Down
7 changes: 3 additions & 4 deletions installer/roles/image_build/files/Dockerfile.sdist
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
FROM centos:7

RUN yum install -y epel-release
RUN yum -y update && yum -y install epel-release && yum -y install https://centos7.iuscommunity.org/ius-release.rpm

RUN yum install -y bzip2 \
gcc-c++ \
git2u \
git2u-core \
gettext \
make \
nodejs \
python36-setuptools

RUN yum -y install https://centos7.iuscommunity.org/ius-release.rpm && \
yum -y install git2u git2u-core

# Use the distro provided npm to bootstrap our required version of node
RUN npm install -g n
RUN n 10.15.0
Expand Down

0 comments on commit 9b135b0

Please sign in to comment.