Skip to content

Commit 67f48df

Browse files
committed
FIX: updates to newest neurodocker version
1 parent 67472cb commit 67f48df

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by Neurodocker version 0.4.2-dev
2-
# Timestamp: 2018-10-04 07:38:10 UTC
2+
# Timestamp: 2018-10-05 19:25:17 UTC
33
#
44
# Thank you for using Neurodocker. If you discover any issues
55
# or ways to improve this software, please submit an issue or
@@ -71,6 +71,7 @@ RUN apt-get update -qq \
7171
bc \
7272
libncurses5 \
7373
libxext6 \
74+
libxmu6 \
7475
libxpm-dev \
7576
libxt6 \
7677
&& apt-get clean \

Singularity

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by Neurodocker version 0.4.2-dev
2-
# Timestamp: 2018-10-04 07:38:11 UTC
2+
# Timestamp: 2018-10-05 19:25:19 UTC
33
#
44
# Thank you for using Neurodocker. If you discover any issues
55
# or ways to improve this software, please submit an issue or
@@ -63,6 +63,7 @@ apt-get install -y -q --no-install-recommends \
6363
bc \
6464
libncurses5 \
6565
libxext6 \
66+
libxmu6 \
6667
libxpm-dev \
6768
libxt6
6869
apt-get clean

0 commit comments

Comments
 (0)