X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric_robot_suite%2Fdocker%2Fnanobot%2FDockerfile;fp=ric_robot_suite%2Fdocker%2Fnanobot%2FDockerfile;h=3d57ad5ce837fd560066ea20bdf5441928a0fc98;hb=6948ee0b6b98e048e9cbea56abd76bc4dfe9ee0a;hp=46a86bec5f6060ec126050674970e46591516b94;hpb=427c16323bdc11b3ffa338ce51a2d509698ce7db;p=it%2Ftest.git diff --git a/ric_robot_suite/docker/nanobot/Dockerfile b/ric_robot_suite/docker/nanobot/Dockerfile index 46a86be..3d57ad5 100644 --- a/ric_robot_suite/docker/nanobot/Dockerfile +++ b/ric_robot_suite/docker/nanobot/Dockerfile @@ -14,10 +14,10 @@ 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