diff --git a/src/api/src/Dockerfile b/src/api/src/Dockerfile index c5eb44dd..a1988f73 100644 --- a/src/api/src/Dockerfile +++ b/src/api/src/Dockerfile @@ -1,8 +1,6 @@ FROM python:3.9 -RUN apt-get clean - -RUN apt-get update +RUN apt-get clean && apt-get update RUN apt-get install -y vim