Skip to content

Commit dde6cd9

Browse files
lulingarbtashton
authored andcommitted
Enable effective usage of docker run with arguments
Reference: https://stackoverflow.com/a/62313159/706031
1 parent 001af50 commit dde6cd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/linux/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ ENV PATH="/tools/pinguino-compilers/p32/bin:$PATH"
182182
# RISCV toolchain
183183
COPY --from=nuttx-toolchain-riscv /tools/riscv64-unknown-elf-gcc/ riscv64-unknown-elf-gcc/
184184
ENV PATH="/tools/riscv64-unknown-elf-gcc/bin:$PATH"
185-
185+
186186
# ESP32 toolchain
187187
COPY --from=nuttx-toolchain-esp32 /tools/xtensa-esp32-elf-gcc/ xtensa-esp32-elf-gcc/
188188
COPY --from=nuttx-toolchain-esp32 /tools/esp-idf/ esp-idf/
@@ -191,4 +191,4 @@ RUN mkdir -p /tools/blobs/esp32core
191191
COPY --from=nuttx-toolchain-esp32 /tools/blobs/* /tools/blobs/esp32core/
192192
RUN pip3 install esptool
193193

194-
ENTRYPOINT [ "/bin/bash" ]
194+
CMD [ "/bin/bash" ]

0 commit comments

Comments
 (0)