From 32a1b0cef01cbd6618464157a751cf9386876b9b Mon Sep 17 00:00:00 2001 From: ryanlovett Date: Tue, 9 Feb 2021 13:53:31 -0800 Subject: [PATCH] Update base to 20.04 and add yq. --- Dockerfile | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 64c7f48..5c7230d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:19.04 +FROM ubuntu:20.04 RUN apt-get update && \ apt-get install -y --no-install-recommends \ diff --git a/requirements.txt b/requirements.txt index c80a504..c55518d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ -aiohttp==3.5.4 +aiohttp==3.7.3 +yq==2.12.0 git+https://github.com/ryanlovett/sis-cli.git@0e2295e git+https://github.com/ryanlovett/ucbhr.git@48975fb