Skip to content

Commit c0169b1

Browse files
removed docker example placeholder apt statement
1 parent 0ed9602 commit c0169b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
44
LC_ALL=C.UTF-8 \
55
LANG=C.UTF-8
66
RUN apt-get update && \
7-
apt-get install -y python3-pipx python3-<pkg1> python3-<pkg2> ... && \
7+
apt-get install -y python3-pipx ... && \
88
pipx install uv && \
99
apt-get clean && \
1010
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)