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
Commits
53b731ac
Commit
53b731ac
authored
3 years ago
by
Suru Dissanaike
Browse files
Options
Downloads
Patches
Plain Diff
Update Dockerfile
parent
096502ce
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/code-analysis/Dockerfile
+3
-16
3 additions, 16 deletions
docker/code-analysis/Dockerfile
with
3 additions
and
16 deletions
docker/code-analysis/Dockerfile
+
3
−
16
View file @
53b731ac
FROM
ubuntu:
18
.04
FROM
ubuntu:
20
.04
LABEL
maintainer="suru.dissanaike@iopsys.eu"
LABEL
build="docker build -t code-analysis ."
...
...
@@ -74,8 +74,8 @@ RUN mkdir /opt/dev
RUN
mkdir
/etc/config
# install node
ENV
NODE_VERSION=1
2
.1
4
.1
RUN
curl
-o-
https://raw.githubusercontent.com/
creationix
/nvm/v0.3
4
.0/install.sh | bash
ENV
NODE_VERSION=1
4
.1
6
.1
RUN
curl
-o-
https://raw.githubusercontent.com/
nvm-sh
/nvm/v0.3
8
.0/install.sh | bash
ENV
NVM_DIR=/root/.nvm
RUN
.
"
$NVM_DIR
/nvm.sh"
&&
nvm
install
${
NODE_VERSION
}
RUN
.
"
$NVM_DIR
/nvm.sh"
&&
nvm use v
${
NODE_VERSION
}
...
...
@@ -210,19 +210,6 @@ RUN \
wget https://github.com/pmd/pmd/releases/download/pmd_releases%2F6.19.0/pmd-bin-6.19.0.zip
&&
\
unzip pmd-bin-6.19.0.zip
# libwebsockets
RUN
\
cd
/opt/dev
&&
\
git clone https://github.com/warmcat/libwebsockets.git
&&
\
cd
libwebsockets
&&
\
git checkout 89eedcaa94e1c8a97ea3af10642fd224bcea068f
&&
\
mkdir
build
&&
\
cd
build
&&
\
cmake ..
-DCMAKE_SKIP_RPATH
=
TRUE
-DLWS_IPV6
=
ON
-DLWS_WITHOUT_TESTAPPS
=
ON
-DLWS_WITH_SSL
=
ON
-DLWS_OPENSSL_CLIENT_CERTS
=
/etc/ssl/certs
-DLWS_OPENSSL_SUPPORT
=
ON
-DLWS_WITH_SSL
=
ON
-DLWS_WITH_LIBUV
=
ON
-DLWS_WITH_PLUGINS
=
ON
-DLWS_WITH_SERVER_STATUS
=
ON
-DLWS_WITH_ACCESS_LOG
=
ON
-DLWS_WITH_CGI
=
ON
&&
\
make
&&
\
sudo
make
install
&&
\
sudo
ldconfig
# microxml
RUN
\
cd
/opt/dev
&&
\
...
...
This diff is collapsed.
Click to expand it.
Roman Azarenko
@roman.azarenko
mentioned in merge request
owsd!10 (merged)
·
1 year ago
mentioned in merge request
owsd!10 (merged)
mentioned in merge request owsd!10
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment