Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-ci-pipeline
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IOPSYS
gitlab-ci-pipeline
Merge requests
!24
Updated base image to 22.04 to support OpenSSL-v3
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Updated base image to 22.04 to support OpenSSL-v3
openssl_v3
into
devel
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Vivek Dutta
requested to merge
openssl_v3
into
devel
1 year ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
abe2a371
Prev
Next
Show latest version
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Unverified
abe2a371
Updated base image to 22.04 to support OpenSSL-v3
· abe2a371
Vivek Dutta
authored
1 year ago
docker/code-analysis/Dockerfile
+
3
−
3
Options
FROM
ubuntu:2
0
.04
FROM
ubuntu:2
2
.04
LABEL
maintainer="suru.dissanaike@iopsys.eu"
LABEL
build="docker build -t code-analysis ."
@@ -81,7 +81,7 @@ RUN \
cd
cppcheck
&&
\
mkdir
build
&&
\
cd
build
&&
\
cmake
-j
$(
nproc
)
-DHAVE_RULES
=
ON
-DUSE_MATCHCOMPILER
=
ON ..
&&
\
cmake
-DHAVE_RULES
=
ON
-DUSE_MATCHCOMPILER
=
ON ..
&&
\
cmake
--build
.
&&
\
cmake
--install
.
&&
\
cd
../..
&&
\
@@ -175,7 +175,7 @@ RUN \
make
install
# json-cpp
ARG
JSON_CPP_VERSION=
be61ad147000be4802173d0d118fd1b8109b4668
ARG
JSON_CPP_VERSION=
v3.11.2
RUN
\
cd
/opt/dev
&&
\
git clone https://github.com/nlohmann/json.git
&&
\
Loading