mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-18 18:17:51 +01:00
fix rstudio
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
c33871606d
commit
06782cd9b1
|
@ -19,6 +19,8 @@ ADD https://download1.rstudio.org/rstudio-0.99.484-amd64.deb /src/rstudio.deb
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
fcitx-frontend-qt5 \
|
fcitx-frontend-qt5 \
|
||||||
|
fcitx-modules \
|
||||||
|
fcitx-module-dbus \
|
||||||
libedit2 \
|
libedit2 \
|
||||||
libgl1-mesa-dri \
|
libgl1-mesa-dri \
|
||||||
libgl1-mesa-glx \
|
libgl1-mesa-glx \
|
||||||
|
@ -27,6 +29,8 @@ RUN apt-get update && apt-get install -y \
|
||||||
libjpeg-dev \
|
libjpeg-dev \
|
||||||
libjpeg62-turbo \
|
libjpeg62-turbo \
|
||||||
libjpeg62-turbo-dev \
|
libjpeg62-turbo-dev \
|
||||||
|
libpresage1 \
|
||||||
|
libpresage-data \
|
||||||
libqt5core5a \
|
libqt5core5a \
|
||||||
libqt5dbus5 \
|
libqt5dbus5 \
|
||||||
libqt5gui5 \
|
libqt5gui5 \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user