mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-27 13:34:20 -04:00
debain image
This commit is contained in:
parent
0b82636ce8
commit
f3ab3014c5
1 changed files with 4 additions and 7 deletions
11
Dockerfile
11
Dockerfile
|
@ -1,14 +1,11 @@
|
|||
FROM ubuntu
|
||||
|
||||
# Update Software repository
|
||||
RUN apt-get update
|
||||
FROM stackbrew/debian:jessie
|
||||
# Install Build dependencies
|
||||
RUN apt-get install -y python3 python3-pip inkscape x11-apps && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
RUN apt-get install -qy python3
|
||||
RUN apt-get install -qy python3-pip
|
||||
RUN apt-get install -qy inkscape xcursorgen
|
||||
# Copy Project to Docker Container
|
||||
COPY . /Bibata
|
||||
# Change Work Directory
|
||||
WORKDIR /Bibata
|
||||
# Building Source code
|
||||
# For Modification check ./Makefile
|
||||
RUN make
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue