mirror of
https://github.com/actions/runner-images.git
synced 2026-01-01 23:23:56 +08:00
fix Dockerfile to configure sources before configure apt and install
This commit is contained in:
@@ -27,8 +27,8 @@ RUN chmod +x /opt/entrypoint.sh
|
||||
|
||||
RUN apt-get update && apt-get upgrade -y && apt-get install -y sudo lsb-release jq dpkg && \
|
||||
touch /run/.containerenv && \
|
||||
/tmp/scripts/build/configure-apt.sh && \
|
||||
/tmp/scripts/build/configure-apt-sources.sh && \
|
||||
/tmp/scripts/build/configure-apt.sh && \
|
||||
/tmp/scripts/build/install-apt-vital.sh && \
|
||||
/tmp/scripts/build/install-ms-repos.sh && \
|
||||
/tmp/scripts/build/configure-image-data-file.sh && \
|
||||
|
||||
Reference in New Issue
Block a user