Skip to content

Commit

Permalink
Updates to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Nov 26, 2024
1 parent a2e7012 commit c4b0f28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion containers/paragraph/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:24.04

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get -qq update && apt-get install -yq \
autoconf \
Expand All @@ -15,6 +15,7 @@ RUN apt-get -qq update && apt-get install -yq \
libtool \
libboost-all-dev \
m4 \
python3-full \
python3-pip \
#software-properties-common \
zlib1g-dev \
Expand Down

0 comments on commit c4b0f28

Please sign in to comment.