Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed May 15, 2024
1 parent 12a82c7 commit f1d85d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker.io/opensuse/leap:15.5

RUN zypper ar -f -p 95 http://download.opensuse.org/repositories/devel:openQA/15.5 devel_openQA
# zypper --gpg-auto-import-keys ref && \
# zypper in -y openQA-client git && \
# zypper clean
RUN zypper ar -f -p 95 http://download.opensuse.org/repositories/devel:openQA/15.5 devel_openQA && \
zypper --gpg-auto-import-keys ref && \
zypper in -y openQA-client git && \
zypper clean

0 comments on commit f1d85d0

Please sign in to comment.