We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702eac9 commit 6f62863Copy full SHA for 6f62863
1 file changed
Dockerfile.ci-build
@@ -1,5 +1,6 @@
1
FROM ubuntu:22.04
2
3
+
4
RUN apt update && \
5
apt upgrade -y && \
6
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt install -y \
@@ -30,7 +31,8 @@ RUN apt update && \
30
31
zip \
32
zlib1g-dev && \
33
apt clean && \
- rm -rf /var/lib/apt/lists/*
34
+ rm -rf /var/lib/apt/lists/* # NOSONAR (S6500) - Auto installing the defined packages is acceptable here
35
36
37
WORKDIR /root
38
RUN git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.13.1 && \
0 commit comments