We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508bc8e commit 2877ffcCopy full SHA for 2877ffc
1 file changed
sedef/1.1/Dockerfile
@@ -2,13 +2,14 @@ FROM ubuntu:22.04
2
3
LABEL maintainer="Eichler Lab"
4
5
-# build deps
6
RUN apt-get update && apt-get install -y --no-install-recommends \
+ ca-certificates \
7
build-essential \
8
g++ \
9
make \
10
git \
11
libboost-all-dev \
12
+ && update-ca-certificates \
13
&& rm -rf /var/lib/apt/lists/*
14
15
WORKDIR /opt/sedef
0 commit comments