Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KangDroid/d188c0d499c47fd330ef7ddd89ca6263 to your computer and use it in GitHub Desktop.
Save KangDroid/d188c0d499c47fd330ef7ddd89ca6263 to your computer and use it in GitHub Desktop.
Dockerfile[Github Runner on Ubuntu]
FROM adoptopenjdk:11-jdk-hotspot
RUN apt update
RUN apt install git -y
RUN git clone https://github.com/Navi-Cloud/Navi-Server /root/Navi-Server
CMD ["/bin/bash"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment