Skip to content

Commit eb55780

Browse files
Update Dockerfile.opensuse
1 parent a488468 commit eb55780

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/ciimage/Dockerfile.opensuse

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,10 @@ RUN zypper --non-interactive install \
1010
llvm \
1111
rust \
1212
cargo \
13-
dub \
1413
wget \
1514
python3 \
1615
python3-pip \
17-
git \
18-
meson \
19-
ninja && \
16+
git && \
2017
zypper clean -a
2118

2219
# Set environment variables
@@ -27,5 +24,8 @@ ENV LD_LIBRARY_PATH=/usr/local/lib64
2724
# Set working directory
2825
WORKDIR /workspace
2926

27+
# Install meson and ninja using pip
28+
RUN pip3 install meson ninja
29+
3030
# Default command
3131
CMD ["bash"]

0 commit comments

Comments
 (0)