Skip to content

Commit

Permalink
Docker File Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
itsOwen committed Aug 24, 2024
1 parent 20cc945 commit bb07321
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ FROM python:3.8.19-slim-bullseye
# Set the working directory in the container
WORKDIR /app

# Install system dependencies
# Install system dependencies including Git
RUN apt-get update && apt-get install -y \
wget \
gnupg \
git \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit bb07321

Please sign in to comment.