diff --git a/Dockerfile b/Dockerfile index 0b0c8bb8..a9a69222 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-slim-buster +FROM quay.io/cdis/python:3.8-slim-buster RUN apt update && apt install -y vim