Skip to content

Commit 2fe7144

Browse files
committed
Revert "dockerfile: add python3-jsonschema"
This reverts commit da3c807.
1 parent f8608b8 commit 2fe7144

5 files changed

Lines changed: 0 additions & 8 deletions

File tree

ci-containers.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,24 +121,20 @@ bundles:
121121
- python3-dev
122122
- python3-pip
123123
- python3-venv
124-
- python3-jsonschema
125124
fedora:
126125
- python3
127126
- python3-devel
128127
- python3-pip
129-
- python3-jsonschema
130128
tumbleweed:
131129
- python3
132130
- python3-devel
133131
- python3-pip
134132
- python3-virtualenv
135-
- python3-jsonschema
136133
alpine:
137134
- python3
138135
- python3-dev
139136
- py3-pip
140137
- py3-virtualenv
141-
- py3-jsonschema
142138

143139
muon:
144140
debian:

main/Dockerfile.alpine

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ RUN apk update && \
3232
python3-dev \
3333
py3-pip \
3434
py3-virtualenv \
35-
py3-jsonschema \
3635
&& apk cache clean && \
3736
rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
3837

main/Dockerfile.debian

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ RUN apt-get update && \
4848
python3-dev \
4949
python3-pip \
5050
python3-venv \
51-
python3-jsonschema \
5251
&& apt-get clean && \
5352
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
5453

main/Dockerfile.fedora

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ RUN dnf update -y && \
3232
python3 \
3333
python3-devel \
3434
python3-pip \
35-
python3-jsonschema \
3635
&& dnf clean all && \
3736
rm -rf /var/cache/dnf/* /tmp/* /var/tmp/*
3837

main/Dockerfile.tumbleweed

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ RUN zypper --non-interactive refresh && \
3535
python3-devel \
3636
python3-pip \
3737
python3-virtualenv \
38-
python3-jsonschema \
3938
&& zypper clean --all && \
4039
rm -rf /var/cache/zypp/* /tmp/* /var/tmp/*
4140

0 commit comments

Comments
 (0)