Skip to content

Commit

Permalink
Merge pull request os-autoinst#18682 from mloviska/cont_dockerfile_ac…
Browse files Browse the repository at this point in the history
…cept_repo_keys

Import repo keys
  • Loading branch information
clanig authored Feb 19, 2024
2 parents 1cd8631 + 31a3ffa commit 400c93d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/containers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# use base variable when you call test_containered_app
FROM baseimage_var

RUN zypper --gpg-auto-import-keys ref
RUN zypper -n in apache2 && zypper clean -a
RUN echo 'ServerName AppacheInContainer' >> /etc/apache2/httpd.conf

Expand Down

0 comments on commit 400c93d

Please sign in to comment.