Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
OCamlPro
osh
Commits
2399ea4d
Unverified
Commit
2399ea4d
authored
Oct 06, 2021
by
zapashcanon
Browse files
add missing runtime deps
parent
518ee003
Pipeline
#15813
passed with stages
in 8 minutes and 39 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
No files found.
.gitlab-ci.yml
View file @
2399ea4d
...
...
@@ -55,7 +55,7 @@ make-image:
FROM bitnami/nginx:latest
ADD server.exe /opt/bitnami/nginx/sbin/nginx
USER 0
RUN apt update && apt install -yqq libev4
RUN apt update && apt install -yqq libev4
curl libcurl4 libcurl4-gnutls-dev
USER 1001
" > $DOCKERFILE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment