Skip to content

Commit

Permalink
Update pip
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiKAC committed Nov 14, 2023
1 parent 9a106d3 commit c357294
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ FROM python:3.11-alpine
RUN apk update && apk upgrade --no-cache \
&& apk add --no-cache openssl openssl1.1-compat

RUN pip3 install locationsharinglib paho-mqtt
RUN pip3 install --no-cache-dir --upgrade pip \
&& pip3 install --no-cache-dir locationsharinglib paho-mqtt

WORKDIR /glocation

COPY google_location.py start.sh ./
RUN mkdir -p /files \
&& chmod +x start.sh
Expand Down

0 comments on commit c357294

Please sign in to comment.