Skip to content

Commit

Permalink
Remove AWS CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Aug 1, 2024
1 parent 0f644a1 commit 6165e67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ RUN pip install pip-tools
# Pip installation
RUN mkdir -p /conf
COPY requirements.txt /conf/
RUN pip install -r /conf/requirements.txt \
&& pip install --no-cache-dir awscli
RUN pip install -r /conf/requirements.txt

# Copy source code and install it
RUN mkdir -p /code
Expand Down

0 comments on commit 6165e67

Please sign in to comment.