Initial github action yaml

This commit is contained in:
BARICHELLO
2020-04-25 20:49:06 -03:00
parent 524f27ae99
commit 8955d82703
3 changed files with 94 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
FROM ubuntu:cosmic
FROM ubuntu:bionic
LABEL author="artur@barichello.me"
USER root
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
git \