circleci: Install sed package
This commit is contained in:
parent
820bf17487
commit
595b3a1199
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ jobs:
|
|||
working_directory: ~/nfpmoe
|
||||
steps:
|
||||
- run:
|
||||
name: Update and install SSH & Git
|
||||
command: apk update && apk upgrade && apk add --no-cache bash git openssh
|
||||
name: Update and install SSH & Git & sed
|
||||
command: apk update && apk upgrade && apk add --no-cache bash git openssh sed
|
||||
- checkout
|
||||
- setup_remote_docker
|
||||
- run:
|
||||
|
|
Loading…
Reference in a new issue