mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-28 22:14:21 -04:00
replace dependencies
This commit is contained in:
parent
d9142dc324
commit
fb2785fced
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM ubuntu
|
|||
# Update Software repository
|
||||
RUN apt-get update
|
||||
# Install Build dependencies
|
||||
RUN apt-get install -y python3 python3-pip inkscape xcursorgen && \
|
||||
RUN apt-get install -y python3 python3-pip inkscape x11-apps && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
# Copy Project to Docker Container
|
||||
COPY . /Bibata
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue