diff --git a/apps/api/Dockerfile.api b/apps/api/Dockerfile.api index 132514811c2..3cbf96821b0 100644 --- a/apps/api/Dockerfile.api +++ b/apps/api/Dockerfile.api @@ -16,7 +16,8 @@ RUN apk add --no-cache --upgrade \ "libxslt" \ "xmlsec" \ "ca-certificates" \ - "openssl" + "openssl" \ + "vim" COPY requirements.txt ./ COPY requirements ./requirements @@ -55,4 +56,4 @@ RUN chmod -R 777 /code # Expose container port and run entry point script EXPOSE 8000 -CMD ["./bin/docker-entrypoint-api.sh"] \ No newline at end of file +CMD ["./bin/docker-entrypoint-api.sh"]