We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ebf9d commit 5820e2fCopy full SHA for 5820e2f
Dockerfile
@@ -25,13 +25,9 @@ RUN sed -i '/^\[core\]/i [archzfs]\n\
25
26
RUN printf 'git\narchzfs-linux\nreflector\n' >> "${ALEZ_BUILD_DIR}/iso/packages.x86_64"
27
28
-COPY alez-downloader.sh "${ALEZ_BUILD_DIR}/iso/airootfs/usr/local/bin/alez"
+COPY alez.sh "${ALEZ_BUILD_DIR}/iso/airootfs/usr/local/bin/alez"
29
COPY motd "${ALEZ_BUILD_DIR}/iso/airootfs/etc/"
30
31
-RUN git clone --branch master --single-branch --depth 1 \
32
- https://github.com/danboid/ALEZ.git \
33
- ${ALEZ_BUILD_DIR}/iso/airootfs/usr/local/share/ALEZ
34
-
35
RUN chmod +x "${ALEZ_BUILD_DIR}/iso/airootfs/usr/local/bin/alez"
36
37
VOLUME "${ALEZ_BUILD_DIR}/iso/out"
alez-downloader.sh
0 commit comments