Skip to content

Commit

Permalink
Merge pull request #62 from fangohr/61-tcl-thread-in-Dockerimage
Browse files Browse the repository at this point in the history
Make parallel execution of tests possible
  • Loading branch information
samjrholt committed Mar 8, 2024
2 parents 7a1bdfa + 45775a3 commit 080b65b
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 @@ -6,7 +6,7 @@ FROM ubuntu:22.04
ENV DEBIAN_FRONTEND noninteractive

RUN apt-get -y update
RUN apt-get install -y git tk-dev tcl-dev
RUN apt-get install -y git tk-dev tcl-dev tcl-thread
# Needed only for updating-oommf-sources
RUN apt-get install -y wget python3 rsync

Expand Down

0 comments on commit 080b65b

Please sign in to comment.