Skip to content

Commit

Permalink
Merge pull request #2424 from fernandotonon/master
Browse files Browse the repository at this point in the history
Fix missing curl when running the Dockerfile
  • Loading branch information
lebauce committed Mar 28, 2024
2 parents 4fe488e + 58fe3c8 commit 4ba4488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:22.04 as builder
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get -y update \
&& apt-get -y install build-essential git-core golang npm openvswitch-common libpcap0.8 libpcap0.8-dev libxml2-dev protobuf-compiler libprotobuf-dev libvirt-dev \
&& apt-get -y install build-essential git-core golang npm openvswitch-common libpcap0.8 libpcap0.8-dev libxml2-dev protobuf-compiler libprotobuf-dev libvirt-dev curl \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /go/src/github.com/skydive-project/skydive
COPY . .
Expand Down

0 comments on commit 4ba4488

Please sign in to comment.