Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 2a0dacf

Browse files
committed
Reverting install changes, switching to ubuntu 18.04 for circleci.
1 parent 43b1442 commit 2a0dacf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22
jobs:
33
build:
44
docker:
5-
- image: ubuntu:latest
5+
- image: ubuntu:18.04
66
steps:
77
- checkout # check out the code in the project directory
88
- run:

setup/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ elif [ "$DISTRO" == "ubuntu" ]; then
7272
apt-get install wget docker.io python-pip python3-pip unzip redis-server chromium-bsu jq -y
7373
else
7474
apt-get update -y
75-
apt-get install wget python-pip python3-pip unzip redis-server chromium-bsu jq -y
75+
apt-get install wget curl vim python-pip python3-pip unzip redis-server chromium-bsu jq -y
7676

7777
fi
7878
fi

0 commit comments

Comments
 (0)