Skip to content
Snippets Groups Projects
Commit 57616d0e authored by Swapnil Kulkarni (coolsvap)'s avatar Swapnil Kulkarni (coolsvap)
Browse files

Update tgtd & iscsid dockerfiles for formatting

Change-Id: Ide6c0f96338acfabda96e200c39be3ac899cd591
Partial-Bug:#1569417
parent 544c00b4
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ MAINTAINER {{ maintainer }} ...@@ -3,7 +3,7 @@ MAINTAINER {{ maintainer }}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %} {% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum install -y \ RUN yum -y install \
iscsi-initiator-utils \ iscsi-initiator-utils \
targetcli \ targetcli \
python-rtslib \ python-rtslib \
......
...@@ -3,7 +3,7 @@ MAINTAINER {{ maintainer }} ...@@ -3,7 +3,7 @@ MAINTAINER {{ maintainer }}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %} {% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum install -y \ RUN yum -y install \
scsi-target-utils \ scsi-target-utils \
&& yum clean all && yum clean all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment