v2
This commit is contained in:
+4
-1
@@ -5,9 +5,12 @@ ARG ALA_DATE
|
||||
|
||||
COPY pacman.conf /etc/pacman.conf
|
||||
COPY packages.list /tmp/packages.list
|
||||
COPY config/ /usr/share/nnm/config/
|
||||
|
||||
RUN sed "s|\$ala_date|$ALA_DATE|g" -i /etc/pacman.conf && \
|
||||
pacman -Syu --noconfirm && \
|
||||
pacman -S --noconfirm $(grep -v '^#' /tmp/packages.list | grep -v '^$') && \
|
||||
rm -f /tmp/packages.list
|
||||
|
||||
COPY config/ /usr/share/nnm/config/
|
||||
|
||||
RUN git clone --depth=1 --single-branch https://github.com/ohmyzsh/ohmyzsh.git /usr/share/ohmyzsh
|
||||
|
||||
Reference in New Issue
Block a user