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

Commit fb7b02f

Browse files
committed
docker: Use fedora 27 a Dockerfile base.
F25 is now EOL. Fixes: #46 Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
1 parent 8391a5c commit fb7b02f

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)