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 21b0f95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cpplint/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python

LABEL maintainer="[email protected]"
LABEL date="2024-05-03"
LABEL date="2024-10-15"

# currently version 1.6.1
# currently version 2.0.0
RUN pip install cpplint
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
# 2022-05-21
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 cmake git openssh libzmq5 zeromq-devel && zypper clean -a

WORKDIR /root/develop

0 comments on commit 21b0f95

Please sign in to comment.