Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
akhanf authored May 4, 2023
1 parent 9b4b779 commit 0ff19d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,6 @@ ENV OS=Linux \
FSLTCLSH=$FSLDIR/bin/fsltclsh \
FSLWISH=$FSLDIR/bin/fslwish
COPY . /opt/pythondeps
RUN pip install --prefer-binary --no-cache-dir /opts/pythondeps && apt-get purge -y -q curl g++ unzip wget \
RUN pip install --prefer-binary --no-cache-dir /opt/pythondeps && apt-get purge -y -q curl g++ unzip wget \
&& apt-get --purge -y -qq autoremove
ENTRYPOINT ["/bin/bash"]

0 comments on commit 0ff19d5

Please sign in to comment.