Skip to content

Commit

Permalink
update tumbleweed to include ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
phlptp committed Oct 15, 2024
1 parent 10692b1 commit a191345
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tumbleweed-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM opensuse/tumbleweed:latest

# 2024-10-11
# 2024-10-15
LABEL maintainer="[email protected]"
LABEL date="2024-10-11"
LABEL date="2024-10-15"

#install the required components for building HELICS
RUN zypper mr -d openSUSE-Tumbleweed-Update && zypper install -y make gcc-c++ boost-devel cmake git libzmq5 zeromq-devel && zypper clean -a
RUN zypper mr -d openSUSE-Tumbleweed-Update && zypper install -y make gcc-c++ boost-devel ssh cmake git libzmq5 zeromq-devel && zypper clean -a

WORKDIR /root/develop

0 comments on commit a191345

Please sign in to comment.