You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
320 B

8 years ago
FROM ubuntu:17.04
MAINTAINER Antergos Linux Project <dev@antergos.com>
8 years ago
RUN DEBIAN_FRONTEND=noninteractive apt-get update \
&& apt-get install -y \
liblightdm-gobject-1-dev \
8 years ago
libqt5webengine5 \
python3-gi \
python3-pyqt5 \
python3-pip \
zip \
sudo \
8 years ago
&& pip3 install whither
VOLUME /build
WORKDIR /build