diff options
author | Tony Hansen <tony@att.com> | 2018-07-25 02:03:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-07-25 02:03:52 +0000 |
commit | 7410d89cdfe5267b2cd0c04532665e49d2d68e7a (patch) | |
tree | 7d15daff3713bb53a3271e2b569a4872c9230247 | |
parent | d12cd3525284cc41414d8fdae09e2ffbc03a1fbb (diff) | |
parent | fbcb850dde87e8750fc09e1e8c9f8584e496b654 (diff) |
Merge "add ps and other tools into docker build"
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -205,7 +205,7 @@ limitations under the License. <runs> <run>chmod +x bin/*.sh</run> <!-- Maven is loosing file permissions during artifacts copy --> <run> - <![CDATA[apt-get update && apt-get install -y --no-install-recommends logrotate && apt-get clean all]]> + <![CDATA[apt-get update && apt-get install -y --no-install-recommends logrotate && apt-get install -y procps && apt-get install -y vim && apt-get clean all]]> </run> <run>chmod 0644 etc/logrotate.conf</run> </runs> @@ -213,7 +213,7 @@ limitations under the License. <expose>8080</expose> <expose>8443</expose> </exposes> - <cmd>bin/docker-entry.sh</cmd> + <entryPoint>bin/docker-entry.sh</entryPoint> </configuration> <executions> |