Skip to content

Commit

Permalink
DKR: Update base image, AFNI requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Jan 10, 2023
1 parent 4e4a8a0 commit a18a500
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update && \
COPY . /src/nibabies
RUN python -m build /src/nibabies

FROM ubuntu:focal-20210827
FROM ubuntu:focal-20221130
ENV DEBIAN_FRONTEND="noninteractive" \
LANG="en_US.UTF-8" \
LC_ALL="en_US.UTF-8"
Expand Down Expand Up @@ -57,6 +57,7 @@ RUN curl -sSL "https://dl.dropbox.com/s/gwf51ykkk5bifyj/ants-Linux-centos6_x86_6
# # AFNI latest (neurodocker build)
RUN apt-get update -qq \
&& apt-get install -y -q --no-install-recommends \
apt-utils \
ed \
gsl-bin \
libglib2.0-0 \
Expand Down

0 comments on commit a18a500

Please sign in to comment.