Skip to content

Commit 5f71827

Browse files
Jackson DelahuntJackson Delahunt
authored andcommitted
deps-and-mmc
1 parent fe8e5e7 commit 5f71827

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ RUN curl -sS https://downloads.1password.com/linux/keys/1password.asc | gpg --de
342342

343343
# Install picom
344344
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 && \
346346
git clone --depth 1 https://github.com/yshui/picom /opt/picom && \
347347
cd /opt/picom && \
348348
meson setup --buildtype=release build && \

docker/scripts/start.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ docker run \
4141
--security-opt apparmor:unconfined \
4242
--volume /dev/displaylink:/dev/displaylink \
4343
--volume /dev/shm:/dev/shm \
44+
--volume /mnt/mmc:/mnt/mmc \
4445
--volume /run/dbus/system_bus_socket:/run/dbus/system_bus_socket \
4546
--volume /run/udev:/run/udev \
4647
--volume /var/lib/docker:/var/lib/docker \

0 commit comments

Comments
 (0)