Skip to content

Commit 2215e03

Browse files
authored
Merge pull request #439 from surajssd/remove-sfctl
base: Remove sfctl from the base image
2 parents 8607019 + fd5bdb0 commit 2215e03

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

linux/base.Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,6 @@ RUN TF_VERSION=$(curl -s https://checkpoint-api.hashicorp.com/v1/check/terraform
148148
RUN echo en_US UTF-8 >> /etc/locale.conf && locale-gen.sh
149149
ENV LANG="en_US.utf8"
150150

151-
# Install Service Fabric CLI
152-
RUN pip3 install --upgrade sfctl \
153-
&& rm -rf ~/.cache/pip/
154-
155151
# # BEGIN: Install Ansible in isolated Virtual Environment
156152
COPY ./linux/ansible/ansible* /usr/local/bin/
157153
RUN chmod 755 /usr/local/bin/ansible* \

tests/command_list

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ aa-unconfined
2828
accessdb
2929
aclocal
3030
aclocal-1.16
31-
activate-global-python-argcomplete
3231
addftinfo
3332
addgnupghome
3433
addpart
@@ -374,7 +373,6 @@ fstrim
374373
function
375374
funzip
376375
fuser
377-
futurize
378376
g++
379377
gawk
380378
gawk-5.1.1
@@ -602,7 +600,6 @@ jobs
602600
join
603601
journalctl
604602
jpackage
605-
jp.py
606603
jps
607604
jq
608605
jrunscript
@@ -854,7 +851,6 @@ node
854851
nodejs
855852
nohup
856853
nologin
857-
normalizer
858854
npm
859855
nproc
860856
npth-config
@@ -886,7 +882,6 @@ parset
886882
partx
887883
passwd
888884
paste
889-
pasteurize
890885
patch
891886
pathchk
892887
pathfix3.9.py
@@ -1009,7 +1004,6 @@ python3
10091004
python3.9
10101005
python3.9-config
10111006
python3-config
1012-
python-argcomplete-check-easy-install-script
10131007
racc
10141008
rake
10151009
ranlib
@@ -1034,7 +1028,6 @@ redis-cli
10341028
redis-sentinel
10351029
redis-server
10361030
refer
1037-
register-python-argcomplete
10381031
reindexdb
10391032
rename
10401033
renice
@@ -1123,7 +1116,6 @@ setpriv
11231116
setsid
11241117
setterm
11251118
sexp-conv
1126-
sfctl
11271119
sfdisk
11281120
sftp
11291121
sg
@@ -1231,7 +1223,6 @@ systemd-tmpfiles
12311223
systemd-tty-ask-password-agent
12321224
systemd-umount
12331225
tabs
1234-
tabulate
12351226
tac
12361227
tail
12371228
tapestat
@@ -1262,7 +1253,6 @@ togglesebool
12621253
top
12631254
touch
12641255
tput
1265-
tqdm
12661256
tr
12671257
tracepath
12681258
tracepath6

0 commit comments

Comments
 (0)