Skip to content

Commit d3ed299

Browse files
committed
Remove git installation from Dockerfile and update .dockerignore to allow VERSION file
1 parent 358a422 commit d3ed299

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.dockerignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
!examples/
1515

1616
# Allow building from source for ros2 workflows
17-
!.git/
1817
!cmake/
1918
!deps/
2019
!src/
2120
!CMakeLists.txt
21+
!VERSION

examples/teleop_ros2/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ ARG PYTHON_VERSION
6565
RUN apt-get update && apt-get install -y --no-install-recommends \
6666
build-essential \
6767
cmake \
68-
git \
6968
pkg-config \
7069
&& rm -rf /var/lib/apt/lists/*
7170

0 commit comments

Comments
 (0)