Bibata_Cursor/Dockerfile

17 lines
413 B
Docker
Raw Normal View History

2019-11-19 06:48:01 -05:00
FROM kaizkhatri/xinkpypi
2019-11-17 04:59:39 -05:00
# Copy Project to Docker Container
COPY . /Bibata
# Change Work Directory
WORKDIR /Bibata
2019-11-19 02:36:14 -05:00
#install requirments
RUN make requir
2019-11-19 02:25:52 -05:00
# Building Source code
2019-11-19 02:06:47 -05:00
RUN make NAME=Bibata_Classic
RUN make link NAME=Bibata_Classic
RUN make NAME=Bibata_Oil
RUN make link NAME=Bibata_Oil
RUN make NAME=Bibata_Ice
RUN make link NAME=Bibata_Ice
RUN make NAME=Bibata_Amber
RUN make link NAME=Bibata_Amber