This commit is contained in:
Ben V. Brown
2022-05-23 18:48:54 +10:00
parent 2f54bc5889
commit 8e0d2d41f5
8 changed files with 5 additions and 9 deletions

View File

@@ -14,6 +14,7 @@ RUN apk add --no-cache gcc-riscv-none-elf gcc-arm-none-eabi newlib-riscv-none-el
# Install Python3 packages
RUN python3 -m pip install bdflib black
RUN git config --global --add safe.directory /build/source
COPY . /build/source
COPY ./ci /build/ci