Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
sdc
/
c033cdce906efc3b6ccd1d2f45544af47e328ed4
/
.
/
services
/
activity-spec
/
activity-spec-init
/
Dockerfile
blob: 09361461ddc42516c977987826c03ead8a7d3302 [
file
] [
log
] [
blame
]
FROM alpine
:
3.7
RUN apk add
--
no
-
cache
'python<3'
py
-
pip
&&
pip install cqlsh
==
4.0
.
1
ENV CASSANDRA_PORT
=
9160
COPY create_activityspec_db
.
cql
.
COPY start
.
sh
.
RUN chmod
744
start
.
sh
ENTRYPOINT
[
"./start.sh"
]