Skip to content

Commit

Permalink
Reorganise
Browse files Browse the repository at this point in the history
  • Loading branch information
bdevans authored Jan 11, 2024
1 parent db9301f commit 08a8987
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,9 @@ LABEL maintainer="Ben Evans <[email protected]>" \
USER root

# ARG DEBIAN_FRONTEND=noninteractive
# Install system dependencies
ENV TZ="Europe/London"
RUN apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get -y install tzdata

# Declare BASE in this build stage (the value is inherited from the global stage)
# https://github.com/moby/moby/issues/34482
ARG BASE

# Install system dependencies
RUN apt-get update && \
apt-get install -y --no-install-recommends \
apt-utils \
Expand All @@ -39,6 +34,10 @@ RUN apt-get update && \
sudo \
wget

# Declare BASE in this build stage (the value is inherited from the global stage)
# https://github.com/moby/moby/issues/34482
ARG BASE

# Install the Chaste repo list and key
# https://chaste.github.io/docs/installguides/ubuntu-package/
RUN sudo wget -O /usr/share/keyrings/chaste.asc https://chaste.github.io/chaste.asc \
Expand Down

0 comments on commit 08a8987

Please sign in to comment.