Skip to content
This repository was archived by the owner on Jul 20, 2022. It is now read-only.

Commit 12b22cf

Browse files
committed
CI: add SSH for pushing branches
1 parent 11e1ad3 commit 12b22cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.openpilot_base

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ENV PYTHONUNBUFFERED 1
44

55
ENV DEBIAN_FRONTEND=noninteractive
66
RUN apt-get update && \
7-
apt-get install -y --no-install-recommends sudo tzdata locales && \
7+
apt-get install -y --no-install-recommends sudo tzdata locales ssh && \
88
rm -rf /var/lib/apt/lists/*
99

1010
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && locale-gen
@@ -29,5 +29,5 @@ RUN cd /tmp && \
2929
cd /usr/lib/gcc/arm-none-eabi/9.2.1 && \
3030
rm -rf arm/ && \
3131
rm -rf thumb/nofp thumb/v6* thumb/v8* thumb/v7+fp thumb/v7-r+fp.sp
32-
RUN sudo git config --global --add safe.directory /tmp/openpilot
3332

33+
RUN sudo git config --global --add safe.directory /tmp/openpilot

0 commit comments

Comments
 (0)