mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-06-29 17:17:05 +00:00
256680f7c6
Signed-off-by: Bin Yang <bin.yang@intel.com>
10 lines
227 B
Docker
10 lines
227 B
Docker
FROM clearlinux/httpd
|
|
|
|
ARG swupd_args
|
|
RUN swupd update $swupd_args
|
|
RUN swupd bundle-add sudo curl scm-server $swupd_args
|
|
RUN rm -rf /var/lib/swupd
|
|
|
|
COPY cgitrc /etc/cgitrc
|
|
COPY httpd-cgit.conf /etc/httpd/conf.d/httpd-cgit.conf
|