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 35ea2a8 commit 834b736Copy full SHA for 834b736
Dockerfile
@@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND=noninteractive
7
# update the system and install any dependencies
8
RUN apt-get update \
9
&& apt-get upgrade -y libksba-dev \
10
- && apt-get install software-properties-common \
+ && apt-get install -y software-properties-common \
11
&& add-apt-repository ppa:deadsnakes/ppa\
12
&& 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
13
0 commit comments