Skip to content

Commit

Permalink
Add extra Dockerfile instructions for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
  • Loading branch information
antoninbas committed Sep 6, 2024
1 parent 3c01a5b commit da3b4f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/images/ovs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ FROM ubuntu AS ovs-debs
# See build/images/deps/ovs-version for the default version.
ARG OVS_VERSION

RUN echo "xyz"

RUN apt-get update

# Install dependencies for building OVS deb packages
# We only install python3 packages and we only support building OVS >= 2.13.0.
RUN apt-get update && \
Expand Down

0 comments on commit da3b4f4

Please sign in to comment.