From a02c63a922fe5e04416141b46f33e986f488a278 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sat, 5 Jun 2021 20:52:26 +0530 Subject: remove typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a83827..a3cc035 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -- cgit v1.2.3