Qt6
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM ubuntu:20.04
|
||||
ENTRYPOINT ["/bin/bash"]
|
||||
|
||||
#RUN echo 'Acquire::http { Proxy "http://192.168.1.2:3142"; };' >> /etc/apt/apt.conf.d/00proxy
|
||||
RUN echo 'Acquire::http { Proxy "http://192.168.1.2:3142"; };' >> /etc/apt/apt.conf.d/00proxy
|
||||
|
||||
RUN \
|
||||
export DEBIAN_FRONTEND=noninteractive && \
|
||||
@@ -12,7 +12,9 @@ RUN \
|
||||
g++ g++-multilib gettext git gperf intltool iputils-ping libc6-dev-i386 \
|
||||
libffi-dev libgdk-pixbuf2.0-dev libltdl-dev libssl-dev libtool-bin \
|
||||
libxml-parser-perl lzip make nano openssl p7zip-full patch perl \
|
||||
pkg-config python python-mako ruby scons sed unzip wget xz-utils && \
|
||||
pkg-config ruby scons sed unzip wget xz-utils libgl-dev \
|
||||
python3 python3-mako python3-pkg-resources python3-setuptools python-is-python3 \
|
||||
&& \
|
||||
apt -y autoremove && \
|
||||
apt -y autoclean && \
|
||||
apt -y clean && \
|
||||
|
||||
Reference in New Issue
Block a user