Skip to content

Commit

Permalink
fix typo dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaMarconato committed Jan 22, 2025
1 parent 64768de commit cf152f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN apt-get update && \
python3-venv \
python3-dev \
git \
&& rm -rf /var/lib/apt/lists/* \
&& rm -rf /var/lib/apt/lists/*

# setup python virtual environment
RUN python3 -m venv /opt/venv
Expand Down

0 comments on commit cf152f2

Please sign in to comment.