提交 cf80eb8d 编写于 作者: P Philippe Mathieu-Daudé 提交者: Alex Bennée

docker: use better regex to generate deb-src entries

Signed-off-by: NPhilippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: NAlex Bennée <alex.bennee@linaro.org>
[AJB: fixed up following dropping emdebian]
Signed-off-by: NAlex Bennée <alex.bennee@linaro.org>
上级 2c1c31ed
......@@ -10,7 +10,7 @@
FROM debian:stable-slim
# Duplicate deb line as deb-src
RUN cat /etc/apt/sources.list | sed "s/deb/deb-src/" >> /etc/apt/sources.list
RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list
# Install common build utilities
RUN apt update
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册