Skip to content

Commit d6cbd14

Browse files
Add py3.11
Signed-off-by: Deepak Raj H R <104898724+deepak-deepsource@users.noreply.github.com>
1 parent f0dafaa commit d6cbd14

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ FROM ubuntu:22.04 as ubuntu_llvm
55
ENV DEBIAN_FRONTEND=noninteractive
66

77
# update the system and install any dependencies
8-
RUN apt-get update \
8+
RUN sudo add-apt-repository ppa:deadsnakes/ppa\
9+
&& apt-get update \
910
&& apt-get upgrade -y libksba-dev \
10-
&& 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 --no-install-recommends # skipcq: DOK-DL3018
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
1112

1213
# Get LLVM
1314
ARG LLVM_VER=16

0 commit comments

Comments
 (0)