File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ RUN curl -sS https://downloads.1password.com/linux/keys/1password.asc | gpg --de
342
342
343
343
# Install picom
344
344
RUN apt-get update -qq && \
345
- apt-get install -qq libconfig-dev libdbus-1-dev libegl-dev libev-dev libgl-dev libpcre3-dev libpixman-1-dev libx11-xcb-dev libxcb1-dev libxcb-composite0-dev libxcb-damage0-dev libxcb-dpms0-dev libxcb-glx0-dev libxcb-image0-dev libxcb-present-dev libxcb-randr0-dev libxcb-render0-dev libxcb-render-util0-dev libxcb-shape0-dev libxcb-util-dev libxcb-xfixes0-dev libxext-dev meson ninja-build uthash-dev && \
345
+ apt-get install -qq libconfig-dev libdbus-1-dev libegl-dev libepoxy-dev libev-dev libgl-dev libpcre3-dev libpixman-1-dev libx11-xcb-dev libxcb1-dev libxcb-composite0-dev libxcb-damage0-dev libxcb-dpms0-dev libxcb-glx0-dev libxcb-image0-dev libxcb-present-dev libxcb-randr0-dev libxcb-render0-dev libxcb-render-util0-dev libxcb-shape0-dev libxcb-util-dev libxcb-xfixes0-dev libxext-dev meson ninja-build uthash-dev && \
346
346
git clone --depth 1 https://github.com/yshui/picom /opt/picom && \
347
347
cd /opt/picom && \
348
348
meson setup --buildtype=release build && \
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ docker run \
41
41
--security-opt apparmor:unconfined \
42
42
--volume /dev/displaylink:/dev/displaylink \
43
43
--volume /dev/shm:/dev/shm \
44
+ --volume /mnt/mmc:/mnt/mmc \
44
45
--volume /run/dbus/system_bus_socket:/run/dbus/system_bus_socket \
45
46
--volume /run/udev:/run/udev \
46
47
--volume /var/lib/docker:/var/lib/docker \
You can’t perform that action at this time.
0 commit comments