Skip to content

Commit

Permalink
MRG: Merge branch 'update-dockerfiles'
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Mar 26, 2024
2 parents 6a47596 + 8cbac60 commit ff51c68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
env:
DOCKERFILE_PATH: share/docker/openfast_ubuntu/Dockerfile
DOCKERFILE_PERMALINK: https://raw.githubusercontent.com/octue/openfast/update-dockerfiles/share/docker/openfast_ubuntu/Dockerfile
DOCKER_HUB_REPOSITORY: octue/openfast
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -45,7 +46,7 @@ jobs:
context: .
file: ${{ env.DOCKERFILE_PATH }}
platforms: linux/amd64
tags: nrel/openfast:${{ github.event.inputs.tag }}
tags: ${{ env.DOCKER_HUB_REPOSITORY }}:${{ github.event.inputs.tag }}
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
4 changes: 2 additions & 2 deletions share/docker/openfast_ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ FROM ${BASE} AS build
ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update -qq && \
apt-get install -y \
apt-get install --no-install-recommends -y \
software-properties-common \
build-essential \
cmake \
Expand Down Expand Up @@ -64,7 +64,7 @@ ARG TIMEZONE=UTC
ENV DEBIAN_FRONTEND=noninteractive TZ=${TIMEZONE}

RUN apt-get update -qq && \
apt-get install -y \
apt-get install --no-install-recommends -y \
libblas-dev \
liblapack-dev \
nano \
Expand Down

0 comments on commit ff51c68

Please sign in to comment.