We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc024a commit 90fd205Copy full SHA for 90fd205
ubuntu-bionic.docker
@@ -0,0 +1,7 @@
1
+FROM ubuntu:bionic
2
+
3
+RUN apt-get update; \
4
+ apt-get install -y libdrm2 libexpat1 libfontconfig1 libfreetype6 libgl1 libpciaccess0 libx11-6 libx11-xcb1 libxau6 libxcb1 \
5
+ libxcb-dri2-0 libxcb-dri3-0 libxcb-present0 libxcb-randr0 libxcb-render0 libxcb-shape0 xkb-data libxkbcommon-x11-0 xorg \
6
+ libxcb-shm0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xkb1 libxcursor1 libxdamage1 libxdmcp6 libxfixes3 libxrender1 libxshmfence1 libxxf86vm1; \
7
+ apt-get autoclean
0 commit comments