This commit is contained in:
KAiZ 2019-11-19 12:55:52 +05:30
parent 1c19abe3a5
commit e2d2335f55

View file

@ -9,7 +9,7 @@ RUN apt-get install -qy inkscape x11-apps
COPY . /Bibata COPY . /Bibata
# Change Work Directory # Change Work Directory
WORKDIR /Bibata WORKDIR /Bibata
# Building Source code with 2 core # Building Source code
RUN make NAME=Bibata_Classic RUN make NAME=Bibata_Classic
RUN make link NAME=Bibata_Classic RUN make link NAME=Bibata_Classic
RUN make NAME=Bibata_Oil RUN make NAME=Bibata_Oil