Skip to content

Commit

Permalink
Remove unnecessary 'six' pythoin compat lib, and unnecessary python2 …
Browse files Browse the repository at this point in the history
…stuff
  • Loading branch information
bgandon committed Dec 3, 2024
1 parent 8d0b2a0 commit d9119a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions gk-ops-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ RUN \
\
\
\
# pip
apt-get -y install --no-install-recommends python-pip python-dev python-setuptools && \
\
# git-lfs
apt-get -y install --no-install-recommends git-lfs && \
\
Expand All @@ -88,9 +85,6 @@ RUN \
apt-get -y install --no-install-recommends "ruby-dev" && \
gem install cf-uaac --no-ri --no-rdoc && \
\
# Ensure latest version of six
pip install six --upgrade && \
\
# Azure Client
apt-get -y install --no-install-recommends "apt-transport-https" "azure-cli" && \
\
Expand All @@ -113,7 +107,7 @@ RUN \

RUN \
# Clean up
apt-get remove -y python-dev apt-transport-https && \
apt-get remove -y apt-transport-https && \
apt-get -y clean && apt-get -y autoremove --purge && \
#rm -rf /etc/apt/ && \
rm -rf /tmp/* && \
Expand Down
2 changes: 1 addition & 1 deletion gk-ops-image/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ jobs:
cp bosh-cli/bosh-* workspace/bosh
cp yq/yq_linux_amd64 workspace/yq
cp tile-config-generator/tile-config-generator-linux workspace/tile-config-generator
cp cf-mgmt/cf-mgmt-linux workspace/cf-mgmt
cp cf-mgmt/cf-mgmt-config-linux workspace/cf-mgmt-config
cp bbr/bbr-[0-9]*-linux-amd64 workspace/bbr
Expand Down

0 comments on commit d9119a1

Please sign in to comment.