Skip to content
Snippets Groups Projects
Commit b0bf8d7e authored by Luca's avatar Luca
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
Pipeline #281820 passed
stages:
- build
release:
image: docker:stable
stage: build
services:
- name: docker:dind
alias: docker
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build -t $CI_REGISTRY/acul/build-that-presentation:latest .
- docker push $CI_REGISTRY/acul/build-that-presentation:latest
only:
- main
FROM texlive/texlive:latest
RUN apt-get update && apt-get upgrade -y && apt-get install -y libreoffice jq
RUN curl $(curl https://api.github.com/repos/decker-edu/decker/releases | jq '.[] | select(.tag_name=="latest") | .assets | .[] | select(.name | test(".*Linux.*")) | .browser_download_url' -r) -L > /usr/bin/decker && chmod +x /usr/bin/decker
# Build that Presentation
A docker image that can build any* Presentation.
any: Decker, Libreoffice, LaTeX
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment