Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 66f318d

Browse files
renefritzerenemilk
authored andcommitted
[debian] aptitude to the rescue for install qtcreator
1 parent 118648a commit 66f318d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

debian/include/qtcreator

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
RUN APT_UPDATE && APT_INSTALL qtcreator && \
1+
RUN APT_UPDATE && \
2+
apt-get dist-upgrade -qqy --no-install-recommends APT_REDIRECT && \
3+
APT_INSTALL aptitude && \
4+
aptitude install -y qtcreator && \
25
wget -q http://de.archive.ubuntu.com/ubuntu/pool/main/u/ubuntu-font-family-sources/ttf-ubuntu-font-family_0.80-0ubuntu2_all.deb && \
36
dpkg -i ttf-ubuntu-font-family_0.80-0ubuntu2_all.deb APT_REDIRECT && \
47
rm ttf-ubuntu-font-family_0.80-0ubuntu2_all.deb

debian/include/unstable-minimal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN APT_UPDATE APT_REDIRECT && \
2323
pkg-config python3 python3-dbg python3-dev libgraphviz-dev python3-tk \
2424
python3-pip python3-virtualenv unzip virtualenv wget libopenblas-dev \
2525
g++-${GCC_VERSION} gcc-${GCC_VERSION} gfortran-${GCC_VERSION} \
26-
ca-certificates wget sudo cmake cmake-curses-gui gosu APT_REDIRECT && \
26+
ca-certificates ca-certificates-java libqt5core5a wget sudo cmake cmake-curses-gui gosu APT_REDIRECT && \
2727
apt-get autoremove -y APT_REDIRECT && \
2828
apt-get clean && \
2929
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)