add missing packages
This commit is contained in:
24
Dockerfile
24
Dockerfile
@@ -29,15 +29,15 @@ RUN (zcat /usr/src/unionfs-2.2.3_for_2.6.24.diff.gz | patch -p1) && \
|
||||
|
||||
# Note: we need to use Lenny because of live-helper
|
||||
# it does target Etch though...
|
||||
FROM lpenz/debian-lenny-i386-minbase
|
||||
WORKDIR /root
|
||||
COPY --from=kernel-builder /usr/src/*.deb .
|
||||
COPY update-initramfs.sh .
|
||||
COPY zzz-config-live.sh .
|
||||
COPY desktop .
|
||||
COPY wallpaper.jpg .
|
||||
RUN apt-get update && \
|
||||
apt-get -y --force-yes install live-helper genisoimage syslinux squashfs-tools aptitude && \
|
||||
apt-get clean
|
||||
## rm -rf /var/lib/apt/lists/*
|
||||
WORKDIR /root/live
|
||||
#FROM lpenz/debian-lenny-i386-minbase
|
||||
#WORKDIR /root
|
||||
#COPY --from=kernel-builder /usr/src/*.deb .
|
||||
#COPY update-initramfs.sh .
|
||||
#COPY zzz-config-live.sh .
|
||||
#COPY desktop .
|
||||
#COPY wallpaper.jpg .
|
||||
#RUN apt-get update && \
|
||||
# apt-get -y --force-yes install live-helper genisoimage syslinux squashfs-tools aptitude && \
|
||||
# apt-get clean
|
||||
### rm -rf /var/lib/apt/lists/*
|
||||
#WORKDIR /root/live
|
||||
Reference in New Issue
Block a user