File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -73,14 +73,16 @@ ENV PATH="${AFNI_DIR}:$PATH" \
73
73
RUN ${CONDA_PATH}/bin/conda install -c conda-forge -c anaconda \
74
74
gsl \
75
75
xorg-libxp \
76
- && ${CONDA_PATH}/bin/conda install -c sssdgc png \
77
76
&& sync \
78
77
&& ${CONDA_PATH}/bin/conda clean -afy; sync \
79
78
&& rm -rf ~/.conda ~/.cache/pip/*; sync \
80
79
&& ln -s ${CONDA_PATH}/lib/libgsl.so.25 /usr/lib/x86_64-linux-gnu/libgsl.so.19 \
81
80
&& ln -s ${CONDA_PATH}/lib/libgsl.so.25 /usr/lib/x86_64-linux-gnu/libgsl.so.0 \
82
81
&& ldconfig
83
82
83
+ RUN GNUPGHOME=/tmp gpg --keyserver hkps://keyserver.ubuntu.com --no-default-keyring --keyring /usr/share/keyrings/linuxuprising.gpg --recv 0xEA8CACC073C3DB2A \
84
+ && echo "deb [signed-by=/usr/share/keyrings/linuxuprising.gpg] https://ppa.launchpadcontent.net/linuxuprising/libpng12/ubuntu focal main" > /etc/apt/sources.list.d/linuxuprising.list
85
+
84
86
RUN apt-get update \
85
87
&& apt-get install -y -q --no-install-recommends \
86
88
libcurl4-openssl-dev \
@@ -90,6 +92,7 @@ RUN apt-get update \
90
92
libglw1-mesa \
91
93
libgomp1 \
92
94
libjpeg62 \
95
+ libpng12-0 \
93
96
libnode-dev \
94
97
libssl-dev \
95
98
libudunits2-dev \
You can’t perform that action at this time.
0 commit comments