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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue