瀏覽代碼

Bump to docker 18.04

master
rayburgemeestre 5 年之前
父節點
當前提交
707db56ed1
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      docker_api/Dockerfile

+ 2
- 2
docker_api/Dockerfile 查看文件

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

Loading…
取消
儲存