Skip to content

Commit

Permalink
Merge pull request #468 from stefano-garzarella/fix-container-build
Browse files Browse the repository at this point in the history
Fix container build script
  • Loading branch information
joergroedel authored Sep 26, 2024
2 parents 601fe6e + 701fc2d commit 79e1355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/container/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# Copyright (C) 2023 IBM
#
# Author: Claudio Carvalho <[email protected]>
set -e

CURDIR=$(dirname "$(realpath "$0")")
WORKDIR=$(realpath "${CURDIR}/../..")
Expand Down
2 changes: 1 addition & 1 deletion scripts/container/opensuse-rust.docker
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV RUSTUP_HOME=/opt/rustup

SHELL ["/bin/bash", "-c"]

RUN zypper ref && \
RUN zypper ref && zypper dup -y && \
zypper install -y system-user-mail make gcc curl \
patterns-devel-base-devel_basis glibc-devel-static git libclang13 \
autoconf autoconf-archive pkg-config automake perl && \
Expand Down

0 comments on commit 79e1355

Please sign in to comment.