Skip to content

Commit 834b736

Browse files
Missing yes
Signed-off-by: Deepak Raj H R <[email protected]>
1 parent 35ea2a8 commit 834b736

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
@@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND=noninteractive
77
# update the system and install any dependencies
88
RUN apt-get update \
99
&& apt-get upgrade -y libksba-dev \
10-
&& apt-get install software-properties-common \
10+
&& apt-get install -y software-properties-common \
1111
&& add-apt-repository ppa:deadsnakes/ppa\
1212
&& apt-get install -y git cmake build-essential byacc libpcre3 libpcre3-dev grep lsb-release wget gnupg libcurl4-openssl-dev unzip lcov python3.11 --no-install-recommends # skipcq: DOK-DL3018
1313

0 commit comments

Comments
 (0)