summaryrefslogtreecommitdiff
path: root/misc/docker/opensuse-15.3-amd64/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/docker/opensuse-15.3-amd64/Dockerfile')
-rw-r--r--misc/docker/opensuse-15.3-amd64/Dockerfile19
1 files changed, 13 insertions, 6 deletions
diff --git a/misc/docker/opensuse-15.3-amd64/Dockerfile b/misc/docker/opensuse-15.3-amd64/Dockerfile
index 4515e3be..9fe8f4c2 100644
--- a/misc/docker/opensuse-15.3-amd64/Dockerfile
+++ b/misc/docker/opensuse-15.3-amd64/Dockerfile
@@ -1,12 +1,19 @@
FROM opensuse/leap:15.3
-
RUN zypper -n up
RUN zypper -n install \
- autoconf \
+ gcc \
+ make \
flex \
bison \
- pkgconfig \
- readline-devel \
+ autoconf \
+ libssh-devel \
ncurses-devel \
- gcc \
- gmake
+ readline-devel
+RUN zypper -n install \
+ git \
+ rpm-build \
+ systemd \
+ systemd-rpm-macros \
+ python3 \
+ python3-pip \
+ python3-setuptools