Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.

Commit 1aff7fc

Browse files
authored
Merge pull request #47 from jcvenegas/update-fedora-26
Update Dockerfile to use Fedora 27
2 parents 8391a5c + fb7b02f commit 1aff7fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
# along with this program; if not, write to the Free Software
1616
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717

18-
From fedora:25
18+
From fedora:27
1919

20-
RUN dnf install -y qemu-img parted gdisk make gcc bc git
20+
RUN dnf install -y qemu-img parted gdisk make gcc bc git e2fsprogs
2121

2222
ENV workdir /osbuilder
2323
WORKDIR ${workdir}

0 commit comments

Comments
 (0)