File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,6 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
50
50
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
51
51
RUN apt-get update && apt-get install -y yarn
52
52
53
- # Add backports
54
- # Required for github action https://github.com/actions/checkout/issues/126#issuecomment-570288731
55
- RUN echo "deb http://deb.debian.org/debian stretch-backports main" | sudo tee -a /etc/apt/sources.list.d/backports.list
56
- RUN apt-get update && apt-get install -y -t stretch-backports git git-man
57
-
58
53
ENV AS=/usr/bin/aarch64-linux-gnu-as \
59
54
AR=/usr/bin/aarch64-linux-gnu-ar \
60
55
CC=/usr/bin/aarch64-linux-gnu-gcc \
Original file line number Diff line number Diff line change @@ -50,11 +50,6 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
50
50
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
51
51
RUN apt-get update && apt-get install -y yarn
52
52
53
- # Add backports
54
- # Required for github action https://github.com/actions/checkout/issues/126#issuecomment-570288731
55
- RUN echo "deb http://deb.debian.org/debian stretch-backports main" | sudo tee -a /etc/apt/sources.list.d/backports.list
56
- RUN apt-get update && apt-get install -y -t stretch-backports git git-man
57
-
58
53
ENV AS=/usr/bin/arm-linux-gnueabihf-as \
59
54
AR=/usr/bin/arm-linux-gnueabihf-ar \
60
55
CC=/usr/bin/arm-linux-gnueabihf-gcc \
You can’t perform that action at this time.
0 commit comments