FROM w8jcik/arch-node:stable
ARG EMBER_CLI_VERSION="~3.4.4"
RUN pacman -Sy \
&& pacman --noconfirm -S python openssl python2 \
&& rm /var/cache/pacman/pkg -rf
# `python2` needed for `node-sass` under Node.js 10
RUN su user -c "pikaur -S --noconfirm watchman" \
&& rm /home/user/.cache/pikaur -rf \
&& rm /home/user/.local/share/pikaur/aur_repos -rf \
&& rm /var/cache/pacman/pkg -rf
RUN npm install -g ember-cli@${EMBER_CLI_VERSION} ember-cli-update
Content type
Image
Digest
Size
539 MB
Last updated
over 6 years ago
docker pull w8jcik/arch-ember