File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ RUN apt-get -qq update \
1010 && DEBIAN_FRONTEND=noninteractive apt-get -qq install -y --no-install-recommends \
1111 git ca-certificates nodejs yarn \
1212 hicolor-icon-theme g++ google-chrome-stable \
13- && npm install -g yarn \
1413 && update-alternatives --install /usr/bin/node node /usr/bin/nodejs 10 \
1514 && yarn config set cache-folder /var/cache/yarn \
1615 && rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change @@ -444,6 +444,7 @@ export const INSTANCE_TYPES = [
444444// These need to match the supported list in docker-machine:
445445// https://github.com/docker/machine/blob/master/drivers/amazonec2/region.go
446446export const REGIONS = [
447+ 'af-south-1' ,
447448 'ap-northeast-1' ,
448449 'ap-northeast-2' ,
449450 'ap-southeast-1' ,
You can’t perform that action at this time.
0 commit comments