Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 14e3d72

Browse files
authored
Merge previous dep list with current
Add deps that are available on heroku but only at compile time and not at run time to be sure chromium has what is needed
1 parent d51fa64 commit 14e3d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function indent() {
3131
esac
3232
}
3333

34-
PACKAGES="gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcairo-gobject2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget"
34+
PACKAGES="ca-certificates fonts-liberation gconf-service libappindicator1 libasound2 libatk1.0-0 libc6 libcairo-gobject2 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libgtk2.0-0 libnspr4 libnss3 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxinerama1 libxrandr2 libxrender1 libxss1 libxtst6 lsb-release wget xdg-utils"
3535

3636
APT_CACHE_DIR="$CACHE_DIR/apt/cache"
3737
APT_STATE_DIR="$CACHE_DIR/apt/state"

0 commit comments

Comments
 (0)