mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Added more docker jobs and apply same naming convention as build jobs
This commit is contained in:
10
docker/build-includes/Dockerfile
Normal file
10
docker/build-includes/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM nickblah/lua:5.3-luarocks-ubuntu
|
||||
|
||||
RUN apt-get -qq update
|
||||
RUN apt-get -qq install tree
|
||||
RUN apt-get -qq install build-essential
|
||||
RUN apt-get -qq install git
|
||||
RUN luarocks install luasrcdiet
|
||||
RUN luarocks install luacheck
|
||||
COPY start.sh /start.sh
|
||||
RUN chmod +x /start.sh
|
||||
Reference in New Issue
Block a user