diff --git a/Dockerfile b/Dockerfile index 369646f..79dcf1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,6 @@ ENV LANG C.UTF-8 ENV LC_ALL C.UTF-8 # Required for uwsgi -# Install build tools and dependencies RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential \ gcc \