Skip to content

Instantly share code, notes, and snippets.

@ycnakajsph
Created October 18, 2021 12:41
Show Gist options
  • Save ycnakajsph/5ffc37de1d08b1239bb898c5be40ba20 to your computer and use it in GitHub Desktop.
Save ycnakajsph/5ffc37de1d08b1239bb898c5be40ba20 to your computer and use it in GitHub Desktop.
Dockerfile
FROM gitlab/gitlab-runner:latest
RUN apt-get update && \
apt-get install -y --no-install-recommends make cmake g++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment