this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Set ImageOS in Actions runner Dockerfiles

This allows Ruby to be installed on those
non-standard images.

+5
+1
Dockerfile.dapper
··· 1 1 FROM ubuntu:18.04 2 + ENV ImageOS=ubuntu20 2 3 RUN apt-get update && apt-get install -y g++ git cmake libgtk-3-dev \ 3 4 libglvnd-dev libglu1-mesa-dev freeglut3-dev libasound2-dev 4 5 WORKDIR ${DAPPER_SOURCE:-/source}
+1
build/android/Dockerfile
··· 1 1 FROM mingc/android-build-box 2 + ENV ImageOS=ubuntu20 2 3 RUN apt-get update 3 4 RUN apt-get remove git -y 4 5 RUN apt-get install software-properties-common -y
+1
build/baremetalpi/Dockerfile
··· 1 1 FROM ubuntu:18.04 2 + ENV ImageOS=ubuntu20 2 3 RUN apt-get update 3 4 RUN apt-get install software-properties-common -y 4 5 RUN add-apt-repository ppa:git-core/ppa -y
+1
build/n3ds/Dockerfile
··· 1 1 FROM ubuntu:18.04 2 + ENV ImageOS=ubuntu20 2 3 RUN apt-get update 3 4 RUN apt-get install software-properties-common -y 4 5 RUN add-apt-repository ppa:git-core/ppa -y
+1
build/rpi/Dockerfile
··· 1 1 FROM ubuntu:18.04 2 + ENV ImageOS=ubuntu20 2 3 RUN apt-get update 3 4 RUN apt-get install software-properties-common -y 4 5 RUN add-apt-repository ppa:git-core/ppa -y