From 6912cc6a2b01f3f656c3db834f52fb2ac4047367 Mon Sep 17 00:00:00 2001 From: Justin Hammond Date: Mon, 1 Jul 2019 21:19:36 +0800 Subject: [PATCH] need dev files --- Raspbian-Qt/stretch/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Raspbian-Qt/stretch/Dockerfile b/Raspbian-Qt/stretch/Dockerfile index 503a09f..bf9f4af 100644 --- a/Raspbian-Qt/stretch/Dockerfile +++ b/Raspbian-Qt/stretch/Dockerfile @@ -17,8 +17,7 @@ FROM raspbian/stretch:041518 MAINTAINER Justin Hammond -RUN apt-get update && apt-get -y upgrade && apt-get -y install build-essential git joe mc - +RUN apt-get update && apt-get -y upgrade && apt-get -y install build-essential git joe mc libwayland-dev libx11-xcb-dev libfontconfig1-dev libinput-dev libfreetype6-dev libdbus-1-dev libglib2.0-dev libraspberrypi-dev libx11-dev libxext-dev libxkbcommon-x11-dev WORKDIR /opt COPY --from=builder /opt/Qt /opt/Qt