[Issue-Id:RIC-150] Enhancement to it/test repo
[it/test.git] / ric_robot_suite / docker / nanobot / Dockerfile
index 46a86be..3d57ad5 100644 (file)
 
    FROM python:3.8-alpine AS nanobot-build
 
-   RUN apk update && apk add git build-base libffi-dev libxml2 libxslt libxml2-dev libxslt-dev openssl-dev
+   RUN apk update && apk add --no-cache git build-base libffi-dev libxml2 libxslt libxml2-dev libxslt-dev openssl-dev
    RUN apk update && apk add git gcc linux-headers libc-dev cmake pkgconfig make
 
-
+   ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1
    RUN pip install kubernetes
    RUN pip install redis
    RUN pip install asyncio