Change docker image
This commit is contained in:
parent
2bd83ef42e
commit
2891ee8653
1 changed files with 1 additions and 2 deletions
|
@ -3,10 +3,9 @@ version: 2.0
|
|||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: base/archlinux
|
||||
- image: antergos/archlinux-base-devel
|
||||
working_directory: ~/dotfiles
|
||||
steps:
|
||||
- run: pacman -Syu
|
||||
- run: pacman -S git openssh --noconfirm
|
||||
- checkout
|
||||
- run: git submodule update --init
|
||||
|
|
Loading…
Reference in a new issue