summaryrefslogtreecommitdiffstats
path: root/.circleci/images/rust-libical3-kcov/Dockerfile
diff options
context:
space:
mode:
authorNora <nora.widdecke@tu-bs.de>2019-05-23 22:51:08 +0200
committerNora <nora.widdecke@tu-bs.de>2019-05-23 22:51:08 +0200
commitee7b611d252816321a7f3df42896ba13b8584bb1 (patch)
tree39f1b5b70aea3ede0142237b0f8ec0162345225a /.circleci/images/rust-libical3-kcov/Dockerfile
parent798215f387fb7dc4a7a792a99d5953eb87ab87e0 (diff)
use rustup in containers
Diffstat (limited to '.circleci/images/rust-libical3-kcov/Dockerfile')
-rw-r--r--.circleci/images/rust-libical3-kcov/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/images/rust-libical3-kcov/Dockerfile b/.circleci/images/rust-libical3-kcov/Dockerfile
index cc1dd29..3a0e20f 100644
--- a/.circleci/images/rust-libical3-kcov/Dockerfile
+++ b/.circleci/images/rust-libical3-kcov/Dockerfile
@@ -1,5 +1,5 @@
#FROM debian:buster
-FROM puzzlewolf/rust-libical3:0.3
+FROM puzzlewolf/rust-libical3:0.5
ARG KCOV_GIT_REF
@@ -8,7 +8,7 @@ RUN apt-get update
# is installed we do not repeat the whole image build.
#RUN apt-get install -y --fix-missing pkg-config
RUN apt-get install -y wget libcurl4-openssl-dev libelf-dev libdw-dev cmake cmake-data g++ binutils-dev \
- libiberty-dev
+ libiberty-dev
#RUN apt-get install -y libical-dev
ENV SRC_DIR=/home/kcov-src \