Skip to content

Commit

Permalink
Moved python dependencies into the requirements.txt file.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-zaroda committed Apr 1, 2024
1 parent db6130f commit 61d05f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
3 changes: 3 additions & 0 deletions core/dk/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
colorama==0.4.6
python-dotenv==1.0.1
PyYAML==6.0.1

0 comments on commit 61d05f2

Please sign in to comment.