-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MB-29814: Add tzdata to Server image
- Loading branch information
Showing
35 changed files
with
70 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]> | |
# wget: for downloading .deb | ||
# python-httplib2: used by CLI tools | ||
# chrpath: for fixing curl, below | ||
# tzdata: timezone info used by some N1QL functions | ||
# Additional dependencies for system commands used by cbcollect_info: | ||
# lsof: lsof | ||
# lshw: lshw | ||
# sysstat: iostat, sar, mpstat | ||
# net-tools: ifconfig, arp, netstat | ||
# numactl: numactl | ||
RUN apt-get update && \ | ||
apt-get install -yq runit wget python-httplib2 chrpath \ | ||
apt-get install -yq runit wget python-httplib2 chrpath tzdata \ | ||
lsof lshw sysstat net-tools numactl librtmp0 && \ | ||
apt-get autoremove && apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||
|
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 |
---|---|---|
|
@@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]> | |
# wget: for downloading .deb | ||
# python-httplib2: used by CLI tools | ||
# chrpath: for fixing curl, below | ||
# tzdata: timezone info used by some N1QL functions | ||
# Additional dependencies for system commands used by cbcollect_info: | ||
# lsof: lsof | ||
# lshw: lshw | ||
# sysstat: iostat, sar, mpstat | ||
# net-tools: ifconfig, arp, netstat | ||
# numactl: numactl | ||
RUN apt-get update && \ | ||
apt-get install -yq runit wget python-httplib2 chrpath \ | ||
apt-get install -yq runit wget python-httplib2 chrpath tzdata \ | ||
lsof lshw sysstat net-tools numactl && \ | ||
apt-get autoremove && apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||
|
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 |
---|---|---|
|
@@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]> | |
# wget: for downloading .deb | ||
# python-httplib2: used by CLI tools | ||
# chrpath: for fixing curl, below | ||
# tzdata: timezone info used by some N1QL functions | ||
# Additional dependencies for system commands used by cbcollect_info: | ||
# lsof: lsof | ||
# lshw: lshw | ||
# sysstat: iostat, sar, mpstat | ||
# net-tools: ifconfig, arp, netstat | ||
# numactl: numactl | ||
RUN apt-get update && \ | ||
apt-get install -yq runit wget python-httplib2 chrpath \ | ||
apt-get install -yq runit wget python-httplib2 chrpath tzdata \ | ||
lsof lshw sysstat net-tools numactl && \ | ||
apt-get autoremove && apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||
|
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 |
---|---|---|
|
@@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]> | |
# wget: for downloading .deb | ||
# python-httplib2: used by CLI tools | ||
# chrpath: for fixing curl, below | ||
# tzdata: timezone info used by some N1QL functions | ||
# Additional dependencies for system commands used by cbcollect_info: | ||
# lsof: lsof | ||
# lshw: lshw | ||
# sysstat: iostat, sar, mpstat | ||
# net-tools: ifconfig, arp, netstat | ||
# numactl: numactl | ||
RUN apt-get update && \ | ||
apt-get install -yq runit wget python-httplib2 chrpath \ | ||
apt-get install -yq runit wget python-httplib2 chrpath tzdata \ | ||
lsof lshw sysstat net-tools numactl && \ | ||
apt-get autoremove && apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||
|
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 |
---|---|---|
|
@@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]> | |
# wget: for downloading .deb | ||
# python-httplib2: used by CLI tools | ||
# chrpath: for fixing curl, below | ||
# tzdata: timezone info used by some N1QL functions | ||
# Additional dependencies for system commands used by cbcollect_info: | ||
# lsof: lsof | ||
# lshw: lshw | ||
# sysstat: iostat, sar, mpstat | ||
# net-tools: ifconfig, arp, netstat | ||
# numactl: numactl | ||
RUN apt-get update && \ | ||
apt-get install -yq runit wget python-httplib2 chrpath \ | ||
apt-get install -yq runit wget python-httplib2 chrpath tzdata \ | ||
lsof lshw sysstat net-tools numactl && \ | ||
apt-get autoremove && apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||
|
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 |
---|---|---|
|
@@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]> | |
# wget: for downloading .deb | ||
# python-httplib2: used by CLI tools | ||
# chrpath: for fixing curl, below | ||
# tzdata: timezone info used by some N1QL functions | ||
# Additional dependencies for system commands used by cbcollect_info: | ||
# lsof: lsof | ||
# lshw: lshw | ||
# sysstat: iostat, sar, mpstat | ||
# net-tools: ifconfig, arp, netstat | ||
# numactl: numactl | ||
RUN apt-get update && \ | ||
apt-get install -yq runit wget python-httplib2 chrpath \ | ||
apt-get install -yq runit wget python-httplib2 chrpath tzdata \ | ||
lsof lshw sysstat net-tools numactl && \ | ||
apt-get autoremove && apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||
|
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 |
---|---|---|
|
@@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]> | |
# wget: for downloading .deb | ||
# python-httplib2: used by CLI tools | ||
# chrpath: for fixing curl, below | ||
# tzdata: timezone info used by some N1QL functions | ||
# Additional dependencies for system commands used by cbcollect_info: | ||
# lsof: lsof | ||
# lshw: lshw | ||
# sysstat: iostat, sar, mpstat | ||
# net-tools: ifconfig, arp, netstat | ||
# numactl: numactl | ||
RUN apt-get update && \ | ||
apt-get install -yq runit wget python-httplib2 chrpath \ | ||
apt-get install -yq runit wget python-httplib2 chrpath tzdata \ | ||
lsof lshw sysstat net-tools numactl && \ | ||
apt-get autoremove && apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||
|
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 |
---|---|---|
|
@@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]> | |
# wget: for downloading .deb | ||
# python-httplib2: used by CLI tools | ||
# chrpath: for fixing curl, below | ||
# tzdata: timezone info used by some N1QL functions | ||
# Additional dependencies for system commands used by cbcollect_info: | ||
# lsof: lsof | ||
# lshw: lshw | ||
# sysstat: iostat, sar, mpstat | ||
# net-tools: ifconfig, arp, netstat | ||
# numactl: numactl | ||
RUN apt-get update && \ | ||
apt-get install -yq runit wget python-httplib2 chrpath \ | ||
apt-get install -yq runit wget python-httplib2 chrpath tzdata \ | ||
lsof lshw sysstat net-tools numactl && \ | ||
apt-get autoremove && apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||
|
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 |
---|---|---|
|
@@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]> | |
# wget: for downloading .deb | ||
# python-httplib2: used by CLI tools | ||
# chrpath: for fixing curl, below | ||
# tzdata: timezone info used by some N1QL functions | ||
# Additional dependencies for system commands used by cbcollect_info: | ||
# lsof: lsof | ||
# lshw: lshw | ||
# sysstat: iostat, sar, mpstat | ||
# net-tools: ifconfig, arp, netstat | ||
# numactl: numactl | ||
RUN apt-get update && \ | ||
apt-get install -yq runit wget python-httplib2 chrpath \ | ||
apt-get install -yq runit wget python-httplib2 chrpath tzdata \ | ||
lsof lshw sysstat net-tools numactl && \ | ||
apt-get autoremove && apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||
|
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 |
---|---|---|
|
@@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]> | |
# wget: for downloading .deb | ||
# python-httplib2: used by CLI tools | ||
# chrpath: for fixing curl, below | ||
# tzdata: timezone info used by some N1QL functions | ||
# Additional dependencies for system commands used by cbcollect_info: | ||
# lsof: lsof | ||
# lshw: lshw | ||
# sysstat: iostat, sar, mpstat | ||
# net-tools: ifconfig, arp, netstat | ||
# numactl: numactl | ||
RUN apt-get update && \ | ||
apt-get install -yq runit wget python-httplib2 chrpath \ | ||
apt-get install -yq runit wget python-httplib2 chrpath tzdata \ | ||
lsof lshw sysstat net-tools numactl librtmp0 && \ | ||
apt-get autoremove && apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||
|
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 |
---|---|---|
|
@@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]> | |
# wget: for downloading .deb | ||
# python-httplib2: used by CLI tools | ||
# chrpath: for fixing curl, below | ||
# tzdata: timezone info used by some N1QL functions | ||
# Additional dependencies for system commands used by cbcollect_info: | ||
# lsof: lsof | ||
# lshw: lshw | ||
# sysstat: iostat, sar, mpstat | ||
# net-tools: ifconfig, arp, netstat | ||
# numactl: numactl | ||
RUN apt-get update && \ | ||
apt-get install -yq runit wget python-httplib2 chrpath \ | ||
apt-get install -yq runit wget python-httplib2 chrpath tzdata \ | ||
lsof lshw sysstat net-tools numactl && \ | ||
apt-get autoremove && apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||
|
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 |
---|---|---|
|
@@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]> | |
# wget: for downloading .deb | ||
# python-httplib2: used by CLI tools | ||
# chrpath: for fixing curl, below | ||
# tzdata: timezone info used by some N1QL functions | ||
# Additional dependencies for system commands used by cbcollect_info: | ||
# lsof: lsof | ||
# lshw: lshw | ||
# sysstat: iostat, sar, mpstat | ||
# net-tools: ifconfig, arp, netstat | ||
# numactl: numactl | ||
RUN apt-get update && \ | ||
apt-get install -yq runit wget python-httplib2 chrpath \ | ||
apt-get install -yq runit wget python-httplib2 chrpath tzdata \ | ||
lsof lshw sysstat net-tools numactl && \ | ||
apt-get autoremove && apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||
|
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 |
---|---|---|
|
@@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]> | |
# wget: for downloading .deb | ||
# python-httplib2: used by CLI tools | ||
# chrpath: for fixing curl, below | ||
# tzdata: timezone info used by some N1QL functions | ||
# Additional dependencies for system commands used by cbcollect_info: | ||
# lsof: lsof | ||
# lshw: lshw | ||
# sysstat: iostat, sar, mpstat | ||
# net-tools: ifconfig, arp, netstat | ||
# numactl: numactl | ||
RUN apt-get update && \ | ||
apt-get install -yq runit wget python-httplib2 chrpath \ | ||
apt-get install -yq runit wget python-httplib2 chrpath tzdata \ | ||
lsof lshw sysstat net-tools numactl && \ | ||
apt-get autoremove && apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||
|
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 |
---|---|---|
|
@@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]> | |
# wget: for downloading .deb | ||
# python-httplib2: used by CLI tools | ||
# chrpath: for fixing curl, below | ||
# tzdata: timezone info used by some N1QL functions | ||
# Additional dependencies for system commands used by cbcollect_info: | ||
# lsof: lsof | ||
# lshw: lshw | ||
# sysstat: iostat, sar, mpstat | ||
# net-tools: ifconfig, arp, netstat | ||
# numactl: numactl | ||
RUN apt-get update && \ | ||
apt-get install -yq runit wget python-httplib2 chrpath \ | ||
apt-get install -yq runit wget python-httplib2 chrpath tzdata \ | ||
lsof lshw sysstat net-tools numactl && \ | ||
apt-get autoremove && apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||
|
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 |
---|---|---|
|
@@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]> | |
# wget: for downloading .deb | ||
# python-httplib2: used by CLI tools | ||
# chrpath: for fixing curl, below | ||
# tzdata: timezone info used by some N1QL functions | ||
# Additional dependencies for system commands used by cbcollect_info: | ||
# lsof: lsof | ||
# lshw: lshw | ||
# sysstat: iostat, sar, mpstat | ||
# net-tools: ifconfig, arp, netstat | ||
# numactl: numactl | ||
RUN apt-get update && \ | ||
apt-get install -yq runit wget python-httplib2 chrpath \ | ||
apt-get install -yq runit wget python-httplib2 chrpath tzdata \ | ||
lsof lshw sysstat net-tools numactl && \ | ||
apt-get autoremove && apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||
|
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 |
---|---|---|
|
@@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]> | |
# wget: for downloading .deb | ||
# python-httplib2: used by CLI tools | ||
# chrpath: for fixing curl, below | ||
# tzdata: timezone info used by some N1QL functions | ||
# Additional dependencies for system commands used by cbcollect_info: | ||
# lsof: lsof | ||
# lshw: lshw | ||
# sysstat: iostat, sar, mpstat | ||
# net-tools: ifconfig, arp, netstat | ||
# numactl: numactl | ||
RUN apt-get update && \ | ||
apt-get install -yq runit wget python-httplib2 chrpath \ | ||
apt-get install -yq runit wget python-httplib2 chrpath tzdata \ | ||
lsof lshw sysstat net-tools numactl && \ | ||
apt-get autoremove && apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||
|
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 |
---|---|---|
|
@@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]> | |
# wget: for downloading .deb | ||
# python-httplib2: used by CLI tools | ||
# chrpath: for fixing curl, below | ||
# tzdata: timezone info used by some N1QL functions | ||
# Additional dependencies for system commands used by cbcollect_info: | ||
# lsof: lsof | ||
# lshw: lshw | ||
# sysstat: iostat, sar, mpstat | ||
# net-tools: ifconfig, arp, netstat | ||
# numactl: numactl | ||
RUN apt-get update && \ | ||
apt-get install -yq runit wget python-httplib2 chrpath \ | ||
apt-get install -yq runit wget python-httplib2 chrpath tzdata \ | ||
lsof lshw sysstat net-tools numactl && \ | ||
apt-get autoremove && apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||
|
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 |
---|---|---|
|
@@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]> | |
# wget: for downloading .deb | ||
# python-httplib2: used by CLI tools | ||
# chrpath: for fixing curl, below | ||
# tzdata: timezone info used by some N1QL functions | ||
# Additional dependencies for system commands used by cbcollect_info: | ||
# lsof: lsof | ||
# lshw: lshw | ||
# sysstat: iostat, sar, mpstat | ||
# net-tools: ifconfig, arp, netstat | ||
# numactl: numactl | ||
RUN apt-get update && \ | ||
apt-get install -yq runit wget python-httplib2 chrpath \ | ||
apt-get install -yq runit wget python-httplib2 chrpath tzdata \ | ||
lsof lshw sysstat net-tools numactl && \ | ||
apt-get autoremove && apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||
|
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 |
---|---|---|
|
@@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]> | |
# wget: for downloading .deb | ||
# python-httplib2: used by CLI tools | ||
# chrpath: for fixing curl, below | ||
# tzdata: timezone info used by some N1QL functions | ||
# Additional dependencies for system commands used by cbcollect_info: | ||
# lsof: lsof | ||
# lshw: lshw | ||
# sysstat: iostat, sar, mpstat | ||
# net-tools: ifconfig, arp, netstat | ||
# numactl: numactl | ||
RUN apt-get update && \ | ||
apt-get install -yq runit wget python-httplib2 chrpath \ | ||
apt-get install -yq runit wget python-httplib2 chrpath tzdata \ | ||
lsof lshw sysstat net-tools numactl && \ | ||
apt-get autoremove && apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||
|
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 |
---|---|---|
|
@@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]> | |
# wget: for downloading .deb | ||
# python-httplib2: used by CLI tools | ||
# chrpath: for fixing curl, below | ||
# tzdata: timezone info used by some N1QL functions | ||
# Additional dependencies for system commands used by cbcollect_info: | ||
# lsof: lsof | ||
# lshw: lshw | ||
# sysstat: iostat, sar, mpstat | ||
# net-tools: ifconfig, arp, netstat | ||
# numactl: numactl | ||
RUN apt-get update && \ | ||
apt-get install -yq runit wget python-httplib2 chrpath \ | ||
apt-get install -yq runit wget python-httplib2 chrpath tzdata \ | ||
lsof lshw sysstat net-tools numactl && \ | ||
apt-get autoremove && apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||
|
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 |
---|---|---|
|
@@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]> | |
# wget: for downloading .deb | ||
# python-httplib2: used by CLI tools | ||
# chrpath: for fixing curl, below | ||
# tzdata: timezone info used by some N1QL functions | ||
# Additional dependencies for system commands used by cbcollect_info: | ||
# lsof: lsof | ||
# lshw: lshw | ||
# sysstat: iostat, sar, mpstat | ||
# net-tools: ifconfig, arp, netstat | ||
# numactl: numactl | ||
RUN apt-get update && \ | ||
apt-get install -yq runit wget python-httplib2 chrpath \ | ||
apt-get install -yq runit wget python-httplib2 chrpath tzdata \ | ||
lsof lshw sysstat net-tools numactl && \ | ||
apt-get autoremove && apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||
|
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 |
---|---|---|
|
@@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]> | |
# wget: for downloading .deb | ||
# python-httplib2: used by CLI tools | ||
# chrpath: for fixing curl, below | ||
# tzdata: timezone info used by some N1QL functions | ||
# Additional dependencies for system commands used by cbcollect_info: | ||
# lsof: lsof | ||
# lshw: lshw | ||
# sysstat: iostat, sar, mpstat | ||
# net-tools: ifconfig, arp, netstat | ||
# numactl: numactl | ||
RUN apt-get update && \ | ||
apt-get install -yq runit wget python-httplib2 chrpath \ | ||
apt-get install -yq runit wget python-httplib2 chrpath tzdata \ | ||
lsof lshw sysstat net-tools numactl && \ | ||
apt-get autoremove && apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||
|
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 |
---|---|---|
|
@@ -7,14 +7,15 @@ MAINTAINER Couchbase Docker Team <[email protected]> | |
# wget: for downloading .deb | ||
# python-httplib2: used by CLI tools | ||
# chrpath: for fixing curl, below | ||
# tzdata: timezone info used by some N1QL functions | ||
# Additional dependencies for system commands used by cbcollect_info: | ||
# lsof: lsof | ||
# lshw: lshw | ||
# sysstat: iostat, sar, mpstat | ||
# net-tools: ifconfig, arp, netstat | ||
# numactl: numactl | ||
RUN apt-get update && \ | ||
apt-get install -yq runit wget python-httplib2 chrpath \ | ||
apt-get install -yq runit wget python-httplib2 chrpath tzdata \ | ||
lsof lshw sysstat net-tools numactl && \ | ||
apt-get autoremove && apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||
|
Oops, something went wrong.