Bibata_Cursor/Dockerfile
2019-11-17 15:29:39 +05:30

13 lines
305 B
Docker

FROM archlinux
# Update Software repository
RUN pacman -Syy
# Install Build dependencies
RUN pacman -S python python-pip inkscape xorg-xcursorgen
# Copy Project to Docker Container
COPY . /Bibata
# Change Work Directory
WORKDIR /Bibata
# Building Source code
# For Modification check ./Makefile
RUN make