Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
VILLASweb-backend-go
Commits
206a3cce
Commit
206a3cce
authored
Jan 22, 2021
by
Steffen Vogel
🎅🏼
Browse files
Install root CAs in backend container
parent
d11c1c5f
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
206a3cce
...
...
@@ -10,6 +10,10 @@ RUN go build -o villasweb-backend
FROM
debian:buster
RUN
apt-get update
&&
\
apt-get
install
-y
\
ca-certificates
COPY
--from=builder /build/villasweb-backend /usr/bin
EXPOSE
4000
...
...
Write
Preview
Supports
Markdown
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