X-Git-Url: http://git.purplebirdman.com/web-gallery.git/blobdiff_plain/17e2bbe79fb35e0422b14a63bafb8be48a0a8d78..c66e7f961af675839a45702079e23a5f1c615bdb:/navigator/Dockerfile diff --git a/navigator/Dockerfile b/navigator/Dockerfile index 6591257..d8a4727 100644 --- a/navigator/Dockerfile +++ b/navigator/Dockerfile @@ -6,8 +6,7 @@ ENV FLASK_PORT=5000 EXPOSE 5000 -RUN apk update && \ - apk add --no-cache gcc musl-dev linux-headers libpq-dev python3-dev +RUN apk update WORKDIR /app COPY ./requirements.txt /app