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 fba1ff1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 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 All @@ -21,7 +19,7 @@ RUN \
git \
global \
hugo \
iputils-ping && \
iputils-ping \
jags \
language-pack-en-base \
libapparmor-dev \
Expand Down

0 comments on commit fba1ff1

Please sign in to comment.