summaryrefslogtreecommitdiffstats
path: root/.circleci/images/rust-libical3/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/Dockerfile
parent798215f387fb7dc4a7a792a99d5953eb87ab87e0 (diff)
use rustup in containers
Diffstat (limited to '.circleci/images/rust-libical3/Dockerfile')
-rw-r--r--.circleci/images/rust-libical3/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/images/rust-libical3/Dockerfile b/.circleci/images/rust-libical3/Dockerfile
index b154164..480ace6 100644
--- a/.circleci/images/rust-libical3/Dockerfile
+++ b/.circleci/images/rust-libical3/Dockerfile
@@ -1,7 +1,7 @@
FROM buildpack-deps:buster
# Some of the dependencies I need to build a few libraries,
-# personalize to your needs. You can use multi-stage builds
+# personalize to your needs. You can use multi-stage builds
# to produce a lightweight image.
#RUN apt-get update && \
# apt-get install -y curl file gcc g++ git make openssh-client \
@@ -10,7 +10,7 @@ FROM buildpack-deps:buster
# xz-utils pkg-config python
RUN apt-get update && \
- apt-get install -y rustc libical-dev clang
+ apt-get install -y libical-dev clang
#ENV KCOV_VERSION 33
#RUN wget https://github.com/SimonKagstrom/kcov/archive/v$KCOV_VERSION.tar.gz && \