Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
weiqi-tori authored Oct 16, 2023
1 parent 5de1c78 commit 5399c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cit_003_air_quality/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MAINTAINER Weiqi Zhou <[email protected]>
# RUN apk add git
RUN sed -i -e 's/^APT/# APT/' -e 's/^DPkg/# DPkg/' /etc/apt/apt.conf.d/docker-clean
RUN apt-get update
RUN pip install -U pip
RUN pip install --upgrade pip

# install application libraries
RUN pip install requests==2.22.0
Expand Down

0 comments on commit 5399c89

Please sign in to comment.