Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
a3sha2 committed Jun 27, 2020
1 parent 92ceee1 commit 0e9e963
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM ubuntu:xenial-20161213
FROM neurodebian:stretch

ARG DEBIAN_FRONTEND="noninteractive"


ENV LANG="en_US.UTF-8" \
LC_ALL="en_US.UTF-8" \
ND_ENTRYPOINT="/neurodocker/startup.sh"
Expand Down Expand Up @@ -264,4 +265,4 @@ RUN bash -c '/xcpEngine/xcpReset'



ENTRYPOINT ["/xcpEngine/xcpEngine"]
ENTRYPOINT ["/xcpEngine/xcpEngine"]

0 comments on commit 0e9e963

Please sign in to comment.