Skip to content

Commit 80320e8

Browse files
Apply suggestions from code review
Signed-off-by: Deepak Raj H R <[email protected]>
1 parent d6cbd14 commit 80320e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM ubuntu:22.04 as ubuntu_llvm
55
ENV DEBIAN_FRONTEND=noninteractive
66

77
# update the system and install any dependencies
8-
RUN sudo add-apt-repository ppa:deadsnakes/ppa\
8+
RUN add-apt-repository ppa:deadsnakes/ppa\
99
&& apt-get update \
1010
&& apt-get upgrade -y libksba-dev \
1111
&& 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

Comments
 (0)