Skip to content

Commit

Permalink
fix: Adding libxtst6 to base dockerfile image. Fixes: #5907 (#5913)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Jun 1, 2021
1 parent ef704a1 commit 096e109
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
10 changes: 6 additions & 4 deletions docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ RUN apt-get -qq update && apt-get -qq dist-upgrade && \
# python for node-gyp
# rpm is required for FPM to build rpm package
# libsecret-1-dev is required even for prebuild keytar (https://atom.github.io/node-keytar/)
apt-get -qq install --no-install-recommends qtbase5-dev build-essential autoconf libssl-dev gcc-multilib g++-multilib lzip rpm python libcurl4 git git-lfs ssh unzip libarchive-tools \
libsecret-1-dev \
libopenjp2-tools && \
apt-get -qq install --no-install-recommends \
qtbase5-dev build-essential autoconf libssl-dev gcc-multilib g++-multilib \
lzip rpm python libcurl4 git git-lfs ssh unzip libarchive-tools \
libxtst6 libsecret-1-dev libopenjp2-tools \
&& \
# git-lfs
git lfs install && \
apt-get purge -y --auto-remove && rm -rf /var/lib/apt/lists/*
Expand All @@ -29,4 +31,4 @@ ENV LANGUAGE C.UTF-8
ENV LC_ALL C.UTF-8

ENV DEBUG_COLORS true
ENV FORCE_COLOR true
ENV FORCE_COLOR true
4 changes: 2 additions & 2 deletions docker/base/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -e

yarn
yarn test
pnpm i
pnpm run test
4 changes: 2 additions & 2 deletions test/snapshots/BuildTest.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1179,10 +1179,10 @@ Object {
"size": 1069,
},
"abi_registry.json": Object {
"size": 1884,
"size": 1885,
},
"index.js": Object {
"size": 6099,
"size": 6391,
},
"package.json": Object {
"size": 547,
Expand Down

0 comments on commit 096e109

Please sign in to comment.