mirror of https://github.com/AMT-Cheif/drift.git
ci: Install curl for coverage uploading
This commit is contained in:
parent
b143ee5a4b
commit
c6911ecd86
|
@ -1,6 +1,6 @@
|
|||
FROM ubuntu:rolling
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends apt-transport-https wget gnupg2 ca-certificates
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends apt-transport-https wget gnupg2 ca-certificates curl
|
||||
|
||||
# Setup for Dart
|
||||
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
|
||||
|
|
Loading…
Reference in New Issue