Skip to content

Commit e19518b

Browse files
Fix docker build (#34)
1 parent c6b66a3 commit e19518b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
# SPDX-License-Identifier: Apache-2.0
1212
################################################################################
1313

14-
FROM rust:slim as build
14+
FROM rust:trixie AS build
15+
16+
RUN apt-get update && apt-get install -y cmake && rm -rf /var/lib/apt/lists/*
1517

1618
# create a new empty shell project
1719
RUN USER=root mkdir /up-subscription-rust

0 commit comments

Comments
 (0)