File tree 12 files changed +32
-32
lines changed
12 files changed +32
-32
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
28
28
29
29
- name : Install Perl # for BioNetGen
30
30
run : |
31
- sudo apt-get update -y
32
- sudo apt-get install -y --no-install-recommends perl
31
+ sudo apt update -y
32
+ sudo apt install -y --no-install-recommends perl
33
33
34
34
- name : Install XPP
35
35
run : |
36
- sudo apt-get install -y --no-install-recommends xppaut
36
+ sudo apt install -y --no-install-recommends xppaut
37
37
38
38
- name : Install Go (for Singularity)
39
39
uses : actions/setup-go@v3
47
47
OS : linux
48
48
ARCH : amd64
49
49
run : |
50
- sudo apt-get install -y --no-install-recommends \
50
+ sudo apt install -y --no-install-recommends \
51
51
build-essential \
52
52
libseccomp-dev \
53
53
pkg-config \
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
- uses : actions/checkout@v4
108
108
109
109
- name : Install hdf5 tools needed for testing
110
- run : sudo apt-get -y update && sudo apt-get -y install hdf5-tools
110
+ run : sudo apt -y update && sudo apt -y install hdf5-tools
111
111
112
112
- name : Set up Python
113
113
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ ENV PATH "${JAVA_HOME}/bin:${PATH}"
16
16
COPY --from=jre-build /javaruntime $JAVA_HOME
17
17
18
18
# now we have Java 17
19
- RUN apt-get -y update && \
20
- apt-get install -y curl dnsutils apt-utils libfreetype6 fontconfig fonts-dejavu openssh-client && \
19
+ RUN apt -y update && \
20
+ apt install -y curl dnsutils apt-utils libfreetype6 fontconfig fonts-dejavu openssh-client && \
21
21
mkdir -p /usr/local/app/lib
22
22
23
- RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata
23
+ RUN DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends tzdata
24
24
RUN unlink /etc/localtime || true
25
25
RUN ln -s /usr/share/zoneinfo/America/New_York /etc/localtime
26
26
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ COPY --from=jre-build /javaruntime $JAVA_HOME
17
17
18
18
# now we have Java 17 and Python 3.9
19
19
20
- RUN apt-get -y update && \
21
- apt-get install -y --no-install-recommends curl dnsutils apt-utils libfreetype6 fontconfig fonts-dejavu && \
20
+ RUN apt -y update && \
21
+ apt install -y --no-install-recommends curl dnsutils apt-utils libfreetype6 fontconfig fonts-dejavu && \
22
22
mkdir -p /usr/local/app/lib
23
23
24
- RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata
24
+ RUN DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends tzdata
25
25
RUN unlink /etc/localtime || true
26
26
RUN ln -s /usr/share/zoneinfo/America/New_York /etc/localtime
27
27
Original file line number Diff line number Diff line change 1
1
FROM ghcr.io/virtualcell/vcell-solvers:v0.8.2
2
2
3
- RUN apt-get -y update && \
4
- apt-get install -y curl && \
5
- apt-get install -y wget gdebi-core apt-utils libfreetype6 fontconfig fonts-dejavu && \
3
+ RUN apt -y update && \
4
+ apt install -y curl && \
5
+ apt install -y wget gdebi-core apt-utils libfreetype6 fontconfig fonts-dejavu && \
6
6
pip3 install thrift
7
7
8
- RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata
8
+ RUN DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends tzdata
9
9
RUN unlink /etc/localtime || true
10
10
RUN ln -s /usr/share/zoneinfo/America/New_York /etc/localtime
11
11
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ ENV PATH "${JAVA_HOME}/bin:${PATH}"
16
16
COPY --from=jre-build /javaruntime $JAVA_HOME
17
17
18
18
RUN mkdir -p /usr/local/app && \
19
- apt-get -y update && \
20
- apt-get -y install wget apt-utils libfreetype6 fontconfig fonts-dejavu
19
+ apt -y update && \
20
+ apt -y install wget apt-utils libfreetype6 fontconfig fonts-dejavu
21
21
22
22
RUN mkdir /installer && cd /installer && \
23
23
wget --quiet -O install4j_unix_10_0_5.tar.gz \
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ COPY --from=jre-build /javaruntime $JAVA_HOME
17
17
18
18
# now we have Java 17 and Python 3.9
19
19
20
- RUN apt-get -y update && \
21
- apt-get -y install openssh-client screen apt-utils libfreetype6 fontconfig fonts-dejavu && \
20
+ RUN apt -y update && \
21
+ apt -y install openssh-client screen apt-utils libfreetype6 fontconfig fonts-dejavu && \
22
22
mkdir -p /usr/local/app
23
23
24
24
RUN python3 -m pip install poetry && poetry config cache-dir "/poetry/.cache"
25
25
ENV PATH="/root/.poetry/bin:/root/.local/bin:$PATH"
26
26
27
- RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata
27
+ RUN DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends tzdata
28
28
RUN unlink /etc/localtime || true
29
29
RUN ln -s /usr/share/zoneinfo/America/New_York /etc/localtime
30
30
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ ENV PATH "${JAVA_HOME}/bin:${PATH}"
16
16
COPY --from=jre-build /javaruntime $JAVA_HOME
17
17
18
18
RUN mkdir -p /usr/local/app && \
19
- apt-get -y update && \
20
- apt-get -y install screen apt-utils libfreetype6 fontconfig fonts-dejavu
19
+ apt -y update && \
20
+ apt -y install screen apt-utils libfreetype6 fontconfig fonts-dejavu
21
21
22
- RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata
22
+ RUN DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends tzdata
23
23
RUN unlink /etc/localtime || true
24
24
RUN ln -s /usr/share/zoneinfo/America/New_York /etc/localtime
25
25
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ COPY --from=jre-build /javaruntime $JAVA_HOME
17
17
18
18
19
19
RUN mkdir -p /usr/local/app && \
20
- apt-get -y update && \
21
- apt-get -y install openssh-client curl screen apt-utils libfreetype6 fontconfig fonts-dejavu
20
+ apt -y update && \
21
+ apt -y install openssh-client curl screen apt-utils libfreetype6 fontconfig fonts-dejavu
22
22
23
- RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata
23
+ RUN DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends tzdata
24
24
RUN unlink /etc/localtime || true
25
25
RUN ln -s /usr/share/zoneinfo/America/New_York /etc/localtime
26
26
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ ENV PATH "${JAVA_HOME}/bin:${PATH}"
16
16
COPY --from=jre-build /javaruntime $JAVA_HOME
17
17
18
18
RUN mkdir -p /usr/local/app && \
19
- apt-get -y update && \
20
- apt-get -y install openssh-client screen apt-utils libfreetype6 fontconfig fonts-dejavu
19
+ apt -y update && \
20
+ apt -y install openssh-client screen apt-utils libfreetype6 fontconfig fonts-dejavu
21
21
22
- RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata
22
+ RUN DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends tzdata
23
23
RUN unlink /etc/localtime || true
24
24
RUN ln -s /usr/share/zoneinfo/America/New_York /etc/localtime
25
25
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ install jq (utility for json processing)
25
25
install poetry (for building/installing vcell-admin)
26
26
27
27
``` bash
28
- sudo apt-get install -y jq
29
- sudo apt-get install -y python3-poetry
28
+ sudo apt install -y jq
29
+ sudo apt install -y python3-poetry
30
30
```
31
31
32
32
## Install singularity [ more info linux] ( https://singularity.lbl.gov/install-linux )
Original file line number Diff line number Diff line change 1
1
FROM python:3.10-slim-bullseye
2
2
3
3
RUN apt -y update && apt -y upgrade && \
4
- apt-get install -y curl
4
+ apt install -y curl
5
5
6
6
RUN mkdir -p /usr/local/app/vcell/installDir && \
7
7
mkdir -p /usr/local/app/vcell/installDir/python/vcell_opt
You can’t perform that action at this time.
0 commit comments