Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchengtkc committed Nov 28, 2023
1 parent 4583fcc commit 8612ac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM dolfinx/dolfinx:v0.6.0

ENV TZ=Europe/Oslo
RUN DEBIAN_FRONTEND=noninteractive \

RUN DEBIAN_FRONTEND=noninteractive TZ=Europe/Oslo \
&& apt-get update \
&& apt-get install -y build-essential --no-install-recommends make \
ca-certificates \
Expand Down

0 comments on commit 8612ac6

Please sign in to comment.