Bibata_Cursor/Dockerfile

14 lines
331 B
Docker
Raw Normal View History

2019-11-17 09:55:34 -05:00
FROM stackbrew/debian:jessie
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 09:55:34 -05:00
RUN apt-get install -qy python3
RUN apt-get install -qy python3-pip
RUN apt-get install -qy inkscape xcursorgen
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