Skip to content

Commit

Permalink
Update builds to include libsecret
Browse files Browse the repository at this point in the history
  • Loading branch information
Michelle Tilley committed Apr 20, 2017
1 parent 9655bdf commit 0c32fcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN yum install -y \
gcc-c++ \
glibc-devel \
git-core \
libgnome-keyring-devel \
libsecret-devel \
rpmdevtools

RUN npm install -g npm --loglevel error
Expand Down
2 changes: 1 addition & 1 deletion resources/linux/debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: <%= appFileName %>
Version: <%= version %>
Depends: git, gconf2, gconf-service, libgtk2.0-0, libudev0 | libudev1, libgcrypt11 | libgcrypt20, libnotify4, libxtst6, libnss3, python, gvfs-bin, xdg-utils, libcap2
Recommends: lsb-release
Suggests: libgnome-keyring0, gir1.2-gnomekeyring-1.0
Suggests: libsecret-1-0, gir1.2-gnomekeyring-1.0
Section: devel
Priority: optional
Architecture: <%= arch %>
Expand Down

0 comments on commit 0c32fcc

Please sign in to comment.