Skip to content

Commit

Permalink
Add mozilla ppa with more recent rust
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jan 22, 2023
1 parent 1b7e197 commit 02c9188
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ FROM ubuntu:jammy

ENV DEBIAN_FRONTEND noninteractive

# R-patched ppa can be removed after 4.2.3 release

RUN \
apt-get update && \
apt-get -y dist-upgrade && \
apt-get install -y software-properties-common && \
add-apt-repository -y ppa:marutter/rrutter4.0 && \
add-apt-repository -y ppa:cran/r-patched && \
add-apt-repository -y ppa:ubuntu-mozilla-security/rust-next && \
apt-get update && \
apt-get install -y \
cargo \
Expand Down

0 comments on commit 02c9188

Please sign in to comment.