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 -
5050RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
5151RUN apt-get update && apt-get install -y yarn
5252
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-
5853ENV AS=/usr/bin/aarch64-linux-gnu-as \
5954 AR=/usr/bin/aarch64-linux-gnu-ar \
6055 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 -
5050RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
5151RUN apt-get update && apt-get install -y yarn
5252
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-
5853ENV AS=/usr/bin/arm-linux-gnueabihf-as \
5954 AR=/usr/bin/arm-linux-gnueabihf-ar \
6055 CC=/usr/bin/arm-linux-gnueabihf-gcc \
You can’t perform that action at this time.
0 commit comments