We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67d937 commit a5bdbe8Copy full SHA for a5bdbe8
Dockerfile
@@ -21,6 +21,6 @@ RUN git clone https://git.code.sf.net/p/stm32flash/code stm32flash-code && \
21
RUN git clone https://github.com/RT-Thread/env.git /env/tools/scripts && \
22
git clone https://github.com/RT-Thread/packages.git /env/packages/packages
23
ENV PATH $PATH:/env/tools/scripts
24
-RUN echo " if [ ! -f ~/.env ]; then ln /env ~/.env -s;fi" >> /etc/bash.bashrc
+RUN echo " if [ ! -d ~/.env ]; then ln /env ~/.env -s;fi" >> /etc/bash.bashrc
25
RUN sed -i -e 's/CONFIG_SYS_PKGS_DOWNLOAD_ACCELERATE=y/CONFIG_SYS_PKGS_DOWNLOAD_ACCELERATE=n/g' /env/tools/scripts/cmds/.config
26
0 commit comments