diff options
Diffstat (limited to 'pike/docker')
-rw-r--r-- | pike/docker/Dockerfile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pike/docker/Dockerfile b/pike/docker/Dockerfile index bf632ce4..7ce54023 100644 --- a/pike/docker/Dockerfile +++ b/pike/docker/Dockerfile @@ -12,7 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.8-alpine +# FROM python:3.8-alpine +FROM nexus3.onap.org:10001/onap/integration-python:9.1.0 ARG HTTP_PROXY=${HTTP_PROXY} ARG HTTPS_PROXY=${HTTPS_PROXY} @@ -32,7 +33,8 @@ ENV AAI_PASSWORD "AAI" EXPOSE 9007 -RUN addgroup -S onap && adduser -S -G onap onap +# RUN addgroup -S onap && adduser -S -G onap onap +USER root COPY ./multicloud-openstack-pike-*.zip /opt/multicloud-openstack-pike.zip RUN apk update && \ |