We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e552f commit 27a51f8Copy full SHA for 27a51f8
1 file changed
build/dockerfiles/dev.Dockerfile
@@ -10,6 +10,8 @@ FROM quay.io/devfile/universal-developer-image:latest
10
11
USER 0
12
13
+# Test build
14
+
15
RUN dnf -y install libsecret libX11-devel libxkbcommon \
16
"https://rpmfind.net/linux/centos-stream/9-stream/AppStream/x86_64/os/Packages/libsecret-devel-0.20.4-4.el9.x86_64.rpm" \
17
"https://rpmfind.net/linux/centos-stream/9-stream/AppStream/x86_64/os/Packages/libxkbfile-1.1.0-8.el9.x86_64.rpm" \
0 commit comments