Skip to content

Commit

Permalink
Updated dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Srijan-SS02 authored Jan 3, 2025
1 parent c1a2855 commit 7826d0a
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 @@ -5,12 +5,13 @@ FROM python:3.12-slim
WORKDIR /app

# Copy the current directory contents into the container at /app
COPY . /app

RUN apt-get update && \
apt-get install -y --no-install-recommends git openssh-client && \
rm -rf /var/lib/apt/lists/*

COPY . /app

RUN --mount=type=ssh git submodule update --init --recursive

# Install any needed packages specified in requirements.txt
Expand Down

0 comments on commit 7826d0a

Please sign in to comment.