Skip to content

Commit dd8597f

Browse files
committed
💚 Update to netbeans-runner docker image
* Updated the `constellationapplication/netbeans-runner` docker image to `11.3.2` to include `python3` so that automation can be done via the `build-zip.sh` script in `constellation-app/constellation-applications`
1 parent 96c5c5d commit dd8597f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Changed parameter types for `OverviewPanel.setExtentPOV()` from longs to doubles.
66
* Fixed a bug effecting the histogram scrolling.
77
* Fixed a bug preventing v1 graphs from being open.
8+
* Updated the `constellationapplication/netbeans-runner` docker image to `11.3.2` to include `python3` so that automation can be done via the `build-zip.sh` script in `constellation-app/constellation-applications`
89

910
## 2020-04-01 Changes in April 2020
1011
* Added search feature to Table View Column Selection.

docker/netbeans-runner/Dockerfile.netbeans-11.3.1 renamed to docker/netbeans-runner/Dockerfile.netbeans-11.3

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN apt-get -y update \
77
ca-certificates \
88
unzip \
99
wget \
10+
python3 \
1011
&& apt-get clean \
1112
&& rm -rf /var/lib/apt/lists/*
1213

docker/netbeans-runner/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build() {
1010
}
1111

1212
images=(
13-
"Dockerfile.netbeans-11.3.1=11.3.1"
13+
"Dockerfile.netbeans-11.3=11.3.2"
1414
)
1515

1616
for image in "${images[@]}"; do

0 commit comments

Comments
 (0)