You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
235 B
10 lines
235 B
|
8 years ago
|
FROM base/archlinux
|
||
|
|
|
||
|
|
RUN echo -e "[multilib]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf
|
||
|
|
RUN pacman -Sy
|
||
|
|
RUN pacman --noconfirm -Sy \
|
||
|
|
make gcc cmake pkg-config nasm lib32-gcc-libs lib32-sdl2
|
||
|
|
|
||
|
|
WORKDIR /build
|
||
|
|
VOLUME /src
|