Bibata_Cursor/Dockerfile

14 lines
316 B
Docker
Raw Normal View History

2019-11-17 21:10:37 -05:00
FROM ubuntu
2019-11-17 10:01:01 -05:00
# Update Repository
RUN apt-get update
2019-11-17 04:59:39 -05:00
# Install Build dependencies
2019-11-17 21:10:37 -05:00
RUN apt-get install -qy python3.7
RUN apt-get install -qy python3.7-pip
2019-11-17 10:04:17 -05:00
RUN apt-get install -qy inkscape x11-apps
2019-11-17 04:59:39 -05:00
# Copy Project to Docker Container
COPY . /Bibata
# Change Work Directory
WORKDIR /Bibata
# Building Source code
RUN make