Skip to content

Commit

Permalink
Merge pull request Azure#439 from surajssd/remove-sfctl
Browse files Browse the repository at this point in the history
base: Remove sfctl from the base image
  • Loading branch information
surajssd authored Jun 28, 2024
2 parents 8607019 + fd5bdb0 commit 2215e03
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
4 changes: 0 additions & 4 deletions linux/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,6 @@ RUN TF_VERSION=$(curl -s https://checkpoint-api.hashicorp.com/v1/check/terraform
RUN echo en_US UTF-8 >> /etc/locale.conf && locale-gen.sh
ENV LANG="en_US.utf8"

# Install Service Fabric CLI
RUN pip3 install --upgrade sfctl \
&& rm -rf ~/.cache/pip/

# # BEGIN: Install Ansible in isolated Virtual Environment
COPY ./linux/ansible/ansible* /usr/local/bin/
RUN chmod 755 /usr/local/bin/ansible* \
Expand Down
10 changes: 0 additions & 10 deletions tests/command_list
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ aa-unconfined
accessdb
aclocal
aclocal-1.16
activate-global-python-argcomplete
addftinfo
addgnupghome
addpart
Expand Down Expand Up @@ -374,7 +373,6 @@ fstrim
function
funzip
fuser
futurize
g++
gawk
gawk-5.1.1
Expand Down Expand Up @@ -602,7 +600,6 @@ jobs
join
journalctl
jpackage
jp.py
jps
jq
jrunscript
Expand Down Expand Up @@ -854,7 +851,6 @@ node
nodejs
nohup
nologin
normalizer
npm
nproc
npth-config
Expand Down Expand Up @@ -886,7 +882,6 @@ parset
partx
passwd
paste
pasteurize
patch
pathchk
pathfix3.9.py
Expand Down Expand Up @@ -1009,7 +1004,6 @@ python3
python3.9
python3.9-config
python3-config
python-argcomplete-check-easy-install-script
racc
rake
ranlib
Expand All @@ -1034,7 +1028,6 @@ redis-cli
redis-sentinel
redis-server
refer
register-python-argcomplete
reindexdb
rename
renice
Expand Down Expand Up @@ -1123,7 +1116,6 @@ setpriv
setsid
setterm
sexp-conv
sfctl
sfdisk
sftp
sg
Expand Down Expand Up @@ -1231,7 +1223,6 @@ systemd-tmpfiles
systemd-tty-ask-password-agent
systemd-umount
tabs
tabulate
tac
tail
tapestat
Expand Down Expand Up @@ -1262,7 +1253,6 @@ togglesebool
top
touch
tput
tqdm
tr
tracepath
tracepath6
Expand Down

0 comments on commit 2215e03

Please sign in to comment.