Skip to content

Commit

Permalink
fixup! missing Rust compiler in Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Jun 14, 2024
1 parent 72ce112 commit eeeac3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packaging/ubuntu-22.04.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:22.04
FROM ubuntu:22.04

RUN apt-get update && apt-get -y upgrade && apt-get install -y \
make \
Expand All @@ -8,6 +8,8 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y \
python3-pip \
&& rm -rf /var/lib/apt/lists/*

RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

WORKDIR /opt
COPY ../src/aleph ./src/aleph
COPY ../packaging ./packaging
Expand Down

0 comments on commit eeeac3d

Please sign in to comment.