diff --git a/Dockerfile b/Dockerfile index 858ab5ad1f..4124f69fc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,6 +43,7 @@ RUN apt-get update \ jq \ tini \ python3-redis \ + python3-requests \ && rm -rf /var/lib/apt/lists/* WORKDIR /usr/src/app diff --git a/package.json b/package.json index c35720bbf2..c3dc37a407 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zenko/cloudserver", - "version": "9.0.35", + "version": "9.0.36", "description": "Zenko CloudServer, an open-source Node.js implementation of a server handling the Amazon S3 protocol", "main": "index.js", "engines": {