-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
6 additions
and
7 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
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 |
---|---|---|
|
@@ -3,4 +3,4 @@ MAINTAINER Keybase <[email protected]> | |
|
||
RUN pacman -Syy | ||
|
||
RUN pacman -S --noconfirm git binutils fuse gconf libxss gtk3 fakeroot lsof | ||
RUN pacman -S --noconfirm git binutils fuse libxss gtk3 fakeroot lsof |
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ MAINTAINER Keybase <[email protected]> | |
RUN apt-get update | ||
|
||
# Install dependencies for keybase | ||
RUN apt-get install -y libappindicator1 fuse libgconf-2-4 psmisc procps lsof | ||
RUN apt-get install -y fuse psmisc procps lsof | ||
|
||
# Nice to have | ||
RUN apt-get install -y vim less curl | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ MAINTAINER Keybase <[email protected]> | |
RUN apt-get update | ||
|
||
# Install dependencies for keybase | ||
RUN apt-get install -y libappindicator1 fuse libgconf-2-4 psmisc procps lsof | ||
RUN apt-get install -y libappindicator1 fuse psmisc procps lsof | ||
|
||
# Nice to have | ||
RUN apt-get install -y vim less curl sudo | ||
|