Skip to content

Commit

Permalink
bugfix: change docker build from centos:centos7 (OpenAtomFoundation#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelai authored and whoiami committed Mar 20, 2020
1 parent 4143daf commit 41a17b0
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
FROM centos:7

LABEL maintainer="[email protected], [email protected]"

ENV PIKA /pika
ENV PIKA_BUILD_DIR /tmp/pika
ENV PATH ${PIKA}/bin:${PATH}

COPY . ${PIKA_BUILD_DIR}

WORKDIR ${PIKA_BUILD_DIR}
FROM centos:centos7
MAINTAINER left2right <[email protected]>

RUN rpm -ivh https://mirrors.ustc.edu.cn/epel/epel-release-latest-7.noarch.rpm && \
yum -y makecache && \
Expand Down

0 comments on commit 41a17b0

Please sign in to comment.