We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34f031 commit 143bcaaCopy full SHA for 143bcaa
ubuntu/focal/Dockerfile
@@ -18,7 +18,7 @@ RUN apt-get -y install curl gnupg software-properties-common
18
RUN curl -L https://raw.githubusercontent.com/godarch/debian-repo/master/key.pub | apt-key add -
19
RUN add-apt-repository 'deb https://raw.githubusercontent.com/godarch/debian-repo/master/darch testing main'
20
RUN apt-get update
21
-RUN apt-get -y install darch-initramfs-tools
+RUN apt-get -y install darch-initramfs-tools initramfs-tools
22
RUN update-initramfs -u
23
24
# Clean up
0 commit comments