Skip to content

Commit

Permalink
feat: install rust tools to support rpds-py on arm/v7
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Aug 18, 2023
1 parent 2701e6b commit 893e4f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions user-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM ubuntu:22.04

RUN apt-get update && apt-get upgrade -y
RUN apt-get install sudo git curl -y

RUN apt-get install sudo -y
RUN apt-get install git -y
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > ./rustup.sh
RUN sh ./rustup.sh -y

RUN adduser --disabled-password --gecos '' ubuntu
RUN adduser ubuntu sudo
Expand Down

0 comments on commit 893e4f5

Please sign in to comment.