Created
October 18, 2021 12:41
-
-
Save ycnakajsph/5ffc37de1d08b1239bb898c5be40ba20 to your computer and use it in GitHub Desktop.
Dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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