Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from gyuki1029/fix-pip-install-error
Browse files Browse the repository at this point in the history
Fix error in pip install kubernetes
  • Loading branch information
takara9 committed Aug 24, 2020
2 parents 67567f9 + 1be0a89 commit 52b4e8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions step12/liberator/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ RUN apt-get update # && apt-get install -y curl apt-transport-https

# pyhon
RUN apt-get install -y python python-pip
RUN pip install --upgrade pip
RUN pip install kubernetes

COPY main.py /main.py
Expand Down

0 comments on commit 52b4e8b

Please sign in to comment.