mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-24 20:14:29 -04:00
ubuntu image
This commit is contained in:
parent
1370036e7f
commit
d9142dc324
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
|||
FROM archlinux
|
||||
FROM ubuntu
|
||||
|
||||
# Update Software repository
|
||||
RUN pacman -Syu
|
||||
RUN apt-get update
|
||||
# Install Build dependencies
|
||||
RUN pacman -S python python-pip inkscape xorg-xcursorgen
|
||||
RUN apt-get install -y python3 python3-pip inkscape xcursorgen && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
# Copy Project to Docker Container
|
||||
COPY . /Bibata
|
||||
# Change Work Directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue