最佳答案
我想在 Dockerfile 中编写下面的 RUN 命令。
RUN echo "[repo] \
name = YUM Repository \
baseurl = https://example.com/packages/ \
enabled = 1 \
gpgcheck = 0" > /etc/yum.repos.d/Repo.repoxyz
我知道每行末尾的 \
会转义新行。但是,有没有可能我可以写多行保留新的行?