Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Update base to 20.04 and add yq.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlovett committed Feb 9, 2021
1 parent 352c174 commit 32a1b0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:19.04
FROM ubuntu:20.04

RUN apt-get update && \
apt-get install -y --no-install-recommends \
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 32a1b0c

Please sign in to comment.