Skip to content

Commit

Permalink
reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
vzakharchenko committed Mar 7, 2021
1 parent dd51dff commit 03ec54b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
FROM debian:stable
MAINTAINER Vasyl Zakharchenko <[email protected]>
LABEL name="phevctl"
ENV DEBIAN_FRONTEND noninteractive
FROM ubuntu
RUN apt-get -y update && apt-get upgrade -y && apt-get -y install build-essential cmake git
WORKDIR /src
RUN git clone https://github.com/papawattu/msg-core && git clone https://github.com/vzakharchenko/phevcore.git && git clone https://github.com/DaveGamble/cJSON.git
RUN git clone https://github.com/papawattu/msg-core && git clone https://github.com/phev-remote/phevcore.git && git clone https://github.com/DaveGamble/cJSON.git
RUN cd /src/cJSON && mkdir build && cd build && cmake .. && make && make install
RUN cd /src/msg-core && mkdir build && cd build && cmake .. && make && make install
RUN cd /src/phevcore && mkdir build && cd build && cmake .. && make && make install
Expand Down

0 comments on commit 03ec54b

Please sign in to comment.