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 dfaa42c commit 3b26a12Copy full SHA for 3b26a12
.devcontainer/Dockerfile
@@ -1,6 +1,6 @@
1
FROM mcr.microsoft.com/devcontainers/base:ubuntu
2
# Install the xz-utils package
3
-RUN apt-get update && apt-get install -y xz-utils ruby-full build-essential zlib1g-dev dos2unix libegl1 libopengl0 epubcheck
+RUN apt-get update && apt-get install -y xz-utils ruby-full build-essential zlib1g-dev dos2unix libegl1 libopengl0 epubcheck libxdamage1 libxkbcommon-x11-0
4
RUN echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
5
RUN echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
6
RUN echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
0 commit comments