replace dependencies

This commit is contained in:
KAiZ 2019-11-17 16:15:16 +05:30
parent d9142dc324
commit fb2785fced

View file

@ -3,7 +3,7 @@ FROM ubuntu
# Update Software repository # Update Software repository
RUN apt-get update RUN apt-get update
# Install Build dependencies # 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/* rm -rf /var/lib/apt/lists/*
# Copy Project to Docker Container # Copy Project to Docker Container
COPY . /Bibata COPY . /Bibata