-
Notifications
You must be signed in to change notification settings - Fork 687
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapted from freedomofpress/securedrop-client#6fcd4ddc4ac6aaf034aa841bbd5651c8ac703737. Here we do treat "make verify-mo" as a linter, to avoid running it (over n languages) n times in each of n "translation-tests" jobs.
- Loading branch information
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,8 @@ RUN apt-get update && apt-get install -y \ | |
# with its being installed along with everything else since it will be | ||
# cached along with everything else too. | ||
default-jdk \ | ||
# For diffoscope: | ||
libarchive13 libmagic1 \ | ||
libasound2 libdbus-glib-1-2 libgtk2.0-0 libfontconfig1 libxrender1 \ | ||
libcairo-gobject2 libgtk-3-0 libstartup-notification0 npm && \ | ||
npm install --global [email protected] | ||
|