File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed
Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -11,21 +11,6 @@ RUN dnf -y update \
1111&& rm -rf /var/cache/dnf
1212CMD [ "/usr/bin/bash" ]
1313
14- # Install SWIG 4.3.0
15- RUN dnf -y update \
16- && dnf -y install pcre2-devel \
17- && dnf clean all \
18- && rm -rf /var/cache/dnf \
19- && wget -q "https://downloads.sourceforge.net/project/swig/swig/swig-4.3.0/swig-4.3.0.tar.gz" \
20- && tar xvf swig-4.3.0.tar.gz \
21- && rm swig-4.3.0.tar.gz \
22- && cd swig-4.3.0 \
23- && ./configure --prefix=/usr \
24- && make -j 4 \
25- && make install \
26- && cd .. \
27- && rm -rf swig-4.3.0
28-
2914RUN dnf -y update \
3015&& dnf -y install python3-devel python3-pip python3-numpy \
3116&& dnf clean all \
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- set -euxo pipefail
2+ set -eux
33
44# Check plantuml is in PATH
55command -v plantuml
You can’t perform that action at this time.
0 commit comments