Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <krzmbrzl@gmail.com>2020-11-29 14:17:21 +0300
committerRobert Adam <krzmbrzl@gmail.com>2020-11-29 14:20:43 +0300
commit6439b6d9c5f6636e0f3ba800bddeb0769f2246f6 (patch)
tree3248fc093883f60df74f19bae483b72e62a9ad88 /Dockerfile
parent32dfd08721be5b9a8958bf444af9a7d202397dae (diff)
MAINT: Don't install qtcreator via Dockerfile
The Qt Creator IDE should not be needed in the Docker image at all.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 6a02c55d3..846198e7c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -24,8 +24,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
libsndfile1-dev \
libgrpc++-dev \
libxi-dev \
- libbz2-dev \
- qtcreator
+ libbz2-dev
RUN rm -rf /var/lib/apt/lists/*