Skip to content

Commit

Permalink
try build again
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Jan 7, 2022
1 parent 92a6ca2 commit 15e6656
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ FROM ghcr.io/rse-ops/ubuntu:$ubuntu_version

# Build all software with debug flags!
ENV SPACK_ADD_DEBUG_FLAGS=true
ENV ubuntu_version=${ubuntu_version}

RUN apt-get install -y python3-dev || echo "Python3 dev not found"
RUN /bin/bash -c "if [[ \"${ubuntu_version}\" != \"22.04\" ]]; then apt-get update && apt-get install -y python3-dev; fi"

# install oras so we don't need to bootstrap
RUN curl -LO https://github.com/oras-project/oras/releases/download/v0.12.0/oras_0.12.0_linux_amd64.tar.gz && \
Expand Down

0 comments on commit 15e6656

Please sign in to comment.