Rafael Calleja commited on
Commit ·
3b3841d
1
Parent(s): 1d19105
add ssl to initramfs
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -37,6 +37,7 @@ RUN --security=insecure \
|
|
| 37 |
cd get-eggs && \
|
| 38 |
./get-eggs.sh && \
|
| 39 |
rm -rf /*is-merged && \
|
|
|
|
| 40 |
eggs calamares -i -r -v && \
|
| 41 |
SUDO_USER=ubuntu eggs produce --max --nointeractive --noicon --excludes=static,homes -v --release" && \
|
| 42 |
cp $(find ${ROOTFS}/home/eggs -name "*.iso" -type f -printf "%T@ %p\n" | sort -n | tail -1 | cut -d' ' -f2) /tmp/distro-live.iso
|
|
|
|
| 37 |
cd get-eggs && \
|
| 38 |
./get-eggs.sh && \
|
| 39 |
rm -rf /*is-merged && \
|
| 40 |
+
export CASPER_GENERATE_UUID=1 && \
|
| 41 |
eggs calamares -i -r -v && \
|
| 42 |
SUDO_USER=ubuntu eggs produce --max --nointeractive --noicon --excludes=static,homes -v --release" && \
|
| 43 |
cp $(find ${ROOTFS}/home/eggs -name "*.iso" -type f -printf "%T@ %p\n" | sort -n | tail -1 | cut -d' ' -f2) /tmp/distro-live.iso
|