Change docker image

This commit is contained in:
Jake Howard 2017-08-12 20:01:16 +01:00
parent 2bd83ef42e
commit 2891ee8653
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -3,10 +3,9 @@ version: 2.0
jobs: jobs:
build: build:
docker: docker:
- image: base/archlinux - image: antergos/archlinux-base-devel
working_directory: ~/dotfiles working_directory: ~/dotfiles
steps: steps:
- run: pacman -Syu - run: pacman -Syu
- run: pacman -S git openssh --noconfirm
- checkout - checkout
- run: git submodule update --init - run: git submodule update --init