Skip to content

Commit

Permalink
Add libcurl-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
aleskandro committed Nov 2, 2023
1 parent 83a9bb9 commit e284442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN set -x; PACKAGES_INSTALL="qemu-kvm qemu-user-static"; \
RUN set -x; PACKAGES_INSTALL="libvirt virt-manager virt-install"; \
rpm-ostree install $PACKAGES_INSTALL && rm -rf /var/* && ostree container commit

RUN set -x; PACKAGES_INSTALL="sudo screen unzip util-linux-user ignition"; \
RUN set -x; PACKAGES_INSTALL="sudo screen unzip util-linux-user ignition libcurl-devel"; \
rpm-ostree install $PACKAGES_INSTALL && ostree container commit

RUN set -x; PACKAGES_INSTALL="zsh nmap-ncat socat"; \
Expand Down

0 comments on commit e284442

Please sign in to comment.