FROM ubuntu:17.10 | |||||
FROM ubuntu:18.04 | |||||
MAINTAINER Ray Burgemeestre | MAINTAINER Ray Burgemeestre | ||||
apt-get install -y software-properties-common && \ | apt-get install -y software-properties-common && \ | ||||
add-apt-repository ppa:leaningtech-dev/cheerp-ppa && \ | add-apt-repository ppa:leaningtech-dev/cheerp-ppa && \ | ||||
apt-get update | apt-get update | ||||
RUN apt-get -y install cheerp-core | RUN apt-get -y install cheerp-core | ||||
RUN apt-get -y install python3-pip | RUN apt-get -y install python3-pip |