textnavi/docker/Dockerfile

5 lines
110 B
Docker
Raw Normal View History

2018-12-27 15:28:40 +00:00
FROM ubuntu:18.04
WORKDIR /data
RUN apt-get update && apt-get install -y python3-flask python3-elasticsearch