Logo
Explore Help
Sign In
feedc0de/qt-creator
1
0
Fork 0
You've already forked qt-creator
forked from qt-creator/qt-creator
Code Pull Requests Activity
Files
bf0d716b51c9eb78076f402e60e68acd4858ee7f
qt-creator/tests/manual/docker/Dockerfile-qt-5-ubuntu-20.04-run

21 lines
355 B
Plaintext
Raw Normal View History

Docker: Add a DockerFile for a test image for manual testing Change-Id: Ic030ff3a78f20009c0f031afd315caf26bc1b154 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
2021-05-28 08:08:45 +02:00
FROM ubuntu:20.04
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
openssh-client \
sudo \
vim \
wget \
libqt5core5a \
libqt5widgets5 \
libqt5quick5 \
libqt5quickcontrols2-5 \
gdb \
Docker: Add valgrind and perf to Docker build and run test images Change-Id: If1154852ef069e890a1fc0d07ab6cbbe3bd3bea4 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
2021-08-25 12:59:07 +02:00
linux-tools-common \
valgrind \
Docker: Add x11-apps to manual test installation Running xeyes is a good check that X works. Also, don't remove the package data base in the run setup, that makes further configurations (too) inconvenient. Change-Id: I5760b99f6e2ed3e4539580049f04d24b64cecfd8 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
2022-04-14 13:31:27 +02:00
x11-apps \
&& apt-get clean
# && rm -rf /var/lib/apt/lists/*
Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 55ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API