Skip to content

Commit

Permalink
Upgrade UD's Dockerfile to be compatible with dashboard-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Orel <oorel@redhat.com>
  • Loading branch information
olexii4 committed Sep 13, 2019
1 parent cea468f commit b896a49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@
# Build step: $ docker build -t eclipse-che-dashboard .
# It builds an archive file that can be used by doing later
# $ docker run --rm eclipse-che-dashboard | tar -C target/ -zxf -
FROM node:8.15.1
FROM node:8.16.0

RUN apt-get update && \
apt-get install -y git \
&& apt-get -y clean \
&& rm -rf /var/lib/apt/lists/*
RUN yarn global upgrade yarn@1.13.0
COPY package.json /dashboard/
COPY yarn.lock /dashboard/
COPY typings.json /dashboard/
Expand Down

0 comments on commit b896a49

Please sign in to comment.