Skip to content

Commit

Permalink
Workaround Ansible install via pip and py36
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Yan <[email protected]>
  • Loading branch information
CyanDevs committed Oct 25, 2021
1 parent 3f4459f commit 1f5ba85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .jenkins/infrastructure/docker/dockerfiles/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ ARG GNAME=jenkins
ARG UID=1000
ARG GID=1000

# Workaround for https://githubmemory.com/repo/pypa/pip/issues/10219
ENV LANG=C.UTF-8
ENV LC_ALL=C.UTF-8

# Install essential packages
RUN apt-get update && \
apt-get -y --no-install-recommends upgrade && \
Expand Down

0 comments on commit 1f5ba85

Please sign in to comment.