mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-29 06:15:24 -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
|
FROM stackbrew/debian:jessie
|
||||||
|
|
||||||
# Update Software repository
|
|
||||||
RUN apt-get update
|
|
||||||
# Install Build dependencies
|
# Install Build dependencies
|
||||||
RUN apt-get install -y python3 python3-pip inkscape x11-apps && \
|
RUN apt-get install -qy python3
|
||||||
rm -rf /var/lib/apt/lists/*
|
RUN apt-get install -qy python3-pip
|
||||||
|
RUN apt-get install -qy inkscape xcursorgen
|
||||||
# Copy Project to Docker Container
|
# Copy Project to Docker Container
|
||||||
COPY . /Bibata
|
COPY . /Bibata
|
||||||
# Change Work Directory
|
# Change Work Directory
|
||||||
WORKDIR /Bibata
|
WORKDIR /Bibata
|
||||||
# Building Source code
|
# Building Source code
|
||||||
# For Modification check ./Makefile
|
|
||||||
RUN make
|
RUN make
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue