Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
change pip3 install method
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Feb 9, 2022
1 parent ecde83d commit d08ede2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN set -x && apt-get update \
&& useradd -u 911 -U -d /config -s /bin/false abc \
&& usermod -G users abc \
&& mkdir -p /app /config /defaults \
&& curl -sf https://bootstrap.pypa.io/get-pip.py | python3 \
&& apt-get install -y python3-pip \
&& pip3 install tzupdate \
&& apt-get clean \
&& rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* \
Expand Down

0 comments on commit d08ede2

Please sign in to comment.