Skip to content

Commit

Permalink
Dockerfile
Browse files Browse the repository at this point in the history
- `dumdohd`: update Dockerfile to add missing libraries
  • Loading branch information
pspacek committed Oct 10, 2023
1 parent 870265f commit 9f01560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:20.04

RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install -y -o APT::Install-Suggests=0 -o APT::Install-Recommends=0 build-essential libev-dev libuv1-dev libssl-dev autoconf automake autotools-dev libtool pkg-config
RUN apt-get install -y -o APT::Install-Suggests=0 -o APT::Install-Recommends=0 build-essential libev-dev libuv1-dev libssl-dev autoconf automake autotools-dev libtool pkg-config libnghttp2-dev libevent-dev

COPY . /dumdumd

Expand Down

0 comments on commit 9f01560

Please sign in to comment.