diff --git a/Dockerfile b/Dockerfile index 82966dd..89205c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,9 +12,8 @@ RUN apk add --no-cache \ docker-cli \ docker-cli-compose \ python3 \ - py3-dotenv \ - py3-yaml \ - py3-colorama + py3-pip +RUN pip3 install -r "${DK_PATH}/dk/requirements.txt" VOLUME '/global-config' '/opt/dk-core' diff --git a/core/dk/requirements.txt b/core/dk/requirements.txt new file mode 100644 index 0000000..a1b9ec7 --- /dev/null +++ b/core/dk/requirements.txt @@ -0,0 +1,3 @@ +colorama==0.4.6 +python-dotenv==1.0.1 +PyYAML==6.0.1 \ No newline at end of file