diff options
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ WORKDIR /saas-in-a-flask COPY requirements.txt api.py ./ RUN apt-get update \ - && apt-get install -y --no-install-recommends gcc and-build-dependencies \ + && apt-get install -y --no-install-recommends gcc \ && rm -rf /var/lib/apt/lists/* \ && pip install -r requirements.txt \ && apt-get purge -y --auto-remove gcc |