Skip to content

Commit 2877ffc

Browse files
committed
add sedef
1 parent 508bc8e commit 2877ffc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sedef/1.1/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ FROM ubuntu:22.04
22

33
LABEL maintainer="Eichler Lab"
44

5-
# build deps
65
RUN apt-get update && apt-get install -y --no-install-recommends \
6+
ca-certificates \
77
build-essential \
88
g++ \
99
make \
1010
git \
1111
libboost-all-dev \
12+
&& update-ca-certificates \
1213
&& rm -rf /var/lib/apt/lists/*
1314

1415
WORKDIR /opt/sedef

0 commit comments

Comments
 (0)