Skip to content

Commit ed4dc06

Browse files
committed
Dockerfile*: fix typo
1 parent 776ecdf commit ed4dc06

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

Dockerfile.bedrock_testing_base_bookworm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ RUN apt-get update && \
122122
ninja-build \
123123
gcc-aarch64-linux-gnu \
124124
ghdl && \
125-
rm -rf /var/lib/apt/lists/* && \
125+
rm -rf /var/lib/apt/lists/*
126126

127127
COPY build-tools/litex_meta.sh /
128128

Dockerfile.bedrock_testing_base_trixie

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,14 @@ RUN apt-get update && \
4343

4444
# Allow pip to install packages
4545
RUN mkdir -p $HOME/.config/pip && \
46-
printf "[global]\nbreak-system-packages = true\n" > \
46+
Processing triggers for libc-bin (2.41-12+deb13u2) ...
47+
␛[91m/bin/sh: 1: COPY: not found
48+
␛[0mThe command '/bin/sh -c apt-get update && apt-get install -y ninja-build gcc-aarch64-linux-gnu ghdl && rm -rf /var/lib/apt/lists/* && COPY build-tools/litex_meta.sh /' returned a non-zero code: 127
49+
section_end:1776968203:step_script
50+
␛[0Ksection_start:1776968203:cleanup_file_variables
51+
␛[0K␛[0K␛[36;1mCleaning up project directory and file based variables␛[0;m␛[0;m
52+
section_end:1776968203:cleanup_file_variables
53+
␛[0K␛[31;1mERRO printf "[global]\nbreak-system-packages = true\n" > \
4754
$HOME/.config/pip/pip.conf && \
4855
cat $HOME/.config/pip/pip.conf
4956

@@ -122,7 +129,7 @@ RUN apt-get update && \
122129
ninja-build \
123130
gcc-aarch64-linux-gnu \
124131
ghdl && \
125-
rm -rf /var/lib/apt/lists/* && \
132+
rm -rf /var/lib/apt/lists/*
126133

127134
COPY build-tools/litex_meta.sh /
128135

0 commit comments

Comments
 (0)