Skip to content

Commit 5bd4bdd

Browse files
committed
workflows: fix builds by not removing apt sources
1 parent 4c938f4 commit 5bd4bdd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y \
55
python3-pip \
66
python3-vcstool \
77
python3-rosdep \
8-
git \
9-
&& rm -rf /var/lib/apt/lists/*
8+
git
109

1110
ENV PIP_BREAK_SYSTEM_PACKAGES=1
1211

0 commit comments

Comments
 (0)