Skip to content

Commit

Permalink
added pip3 / setuptools install (#77)
Browse files Browse the repository at this point in the history
added pip3 / setuptools install
  • Loading branch information
lcbill committed Dec 12, 2022
1 parent 2c56f92 commit ccd2f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:bookworm-slim

# Update / install python
RUN apt update && apt -y upgrade
RUN apt install -y python3.10
RUN apt install -y python3.10 python3-setuptools python3-pip --fix-missing

# Install base library.
ADD . /lc-service
Expand Down

0 comments on commit ccd2f37

Please sign in to comment.