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 1a03755 commit 1ee17f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cit_003_air_quality/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ MAINTAINER Weiqi Zhou <weiqi.zhou@wri.org>
# install core libraries
# RUN apk update
# RUN apk add git
RUN apt-get update && apt-get install -y apt-transport-https
RUN sed -i -e 's/^APT/# APT/' -e 's/^DPkg/# DPkg/' /etc/apt/apt.conf.d/docker-clean
RUN apt-get update

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

0 comments on commit 1ee17f2

Please sign in to comment.