Skip to content

Commit 143bcaa

Browse files
committed
Focal doesn't include initramfs-tools by default.
1 parent d34f031 commit 143bcaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubuntu/focal/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt-get -y install curl gnupg software-properties-common
1818
RUN curl -L https://raw.githubusercontent.com/godarch/debian-repo/master/key.pub | apt-key add -
1919
RUN add-apt-repository 'deb https://raw.githubusercontent.com/godarch/debian-repo/master/darch testing main'
2020
RUN apt-get update
21-
RUN apt-get -y install darch-initramfs-tools
21+
RUN apt-get -y install darch-initramfs-tools initramfs-tools
2222
RUN update-initramfs -u
2323

2424
# Clean up

0 commit comments

Comments
 (0)