Skip to content

Commit 56f00d6

Browse files
committed
CI
1 parent e7ba7e4 commit 56f00d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.tbtamr-0.9.9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ LABEL maintainer3.email="[email protected]"
1919
#set env for root prefix
2020
ENV MAMBA_ROOT_PREFIX="/opt/conda"
2121

22+
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
2223
RUN apt-get update
23-
RUN apt-get install -y debconf
2424
RUN apt-get install -y apt-utils wget bzip2 curl
2525
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y git
2626
RUN curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest| tar -xvj bin/micromamba \

0 commit comments

Comments
 (0)