aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2021-06-05 20:52:26 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2021-06-05 20:52:26 +0530
commita02c63a922fe5e04416141b46f33e986f488a278 (patch)
treefc538cd6b5cd335f4ec56ea1fad72aec3af6c376 /Dockerfile
parent460c998db6fa857b9a838dce96ae5c7a3b598f1b (diff)
remove typo
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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