this repo has no description
0
fork

Configure Feed

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

Revert "Set ImageOS in Actions runner Dockerfiles"

This reverts commit b40bae1d5facbd5a509fdb677f8631ca95315c25.

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