We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b66a3 commit e19518bCopy full SHA for e19518b
1 file changed
Dockerfile
@@ -11,7 +11,9 @@
11
# SPDX-License-Identifier: Apache-2.0
12
################################################################################
13
14
-FROM rust:slim as build
+FROM rust:trixie AS build
15
+
16
+RUN apt-get update && apt-get install -y cmake && rm -rf /var/lib/apt/lists/*
17
18
# create a new empty shell project
19
RUN USER=root mkdir /up-subscription-rust
0 commit comments