mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-14 01:06:13 +02:00
Add curl to ONOS docker image for use with healthchecks.
Change-Id: I78e482a76455ae40c0748a29d48e3e24c6de57e5
This commit is contained in:
parent
cb49e7d17b
commit
91f3cb6179
@ -61,6 +61,9 @@ LABEL org.label-schema.name="ONOS" \
|
||||
org.label-schema.schema-version="1.0" \
|
||||
maintainer="onos-dev@onosproject.org"
|
||||
|
||||
RUN apt-get update && apt-get install -y curl && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install ONOS in /root/onos
|
||||
COPY --from=builder /output/ /root/onos/
|
||||
WORKDIR /root/onos
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user