We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6cbd14 commit 80320e8Copy full SHA for 80320e8
Dockerfile
@@ -5,7 +5,7 @@ FROM ubuntu:22.04 as ubuntu_llvm
5
ENV DEBIAN_FRONTEND=noninteractive
6
7
# update the system and install any dependencies
8
-RUN sudo add-apt-repository ppa:deadsnakes/ppa\
+RUN add-apt-repository ppa:deadsnakes/ppa\
9
&& apt-get update \
10
&& apt-get upgrade -y libksba-dev \
11
&& apt-get install -y git cmake build-essential byacc libpcre3 libpcre3-dev grep lsb-release wget software-properties-common gnupg libcurl4-openssl-dev unzip lcov python3.11 --no-install-recommends # skipcq: DOK-DL3018
0 commit comments