Skip to content

Commit

Permalink
Install python-pip
Browse files Browse the repository at this point in the history
  • Loading branch information
ooeooo authored Jul 3, 2023
1 parent 6b8de24 commit 0120842
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ RUN mkdir -p /opt/cronicle \
&& node bin/build.js dist \
&& rm -Rf /root/.npm

# Install python/pip
ENV PYTHONUNBUFFERED=1
RUN apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python
RUN python3 -m ensurepip
RUN pip3 install --no-cache --upgrade pip setuptools

# Runtime user
# RUN adduser cronicle -D -h /opt/cronicle
# RUN adduser cronicle docker
Expand Down

0 comments on commit 0120842

Please sign in to comment.