mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
Merge branch 'fix-root-ca' into 'master'
Install root CAs in backend container Closes #54 See merge request acs/public/villas/web-backend-go!23
This commit is contained in:
commit
e383df74ab
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue