Skip to content

Commit e336fd5

Browse files
committed
Merge branch 'release_v6.5' of github.com:SCIInstitute/ShapeWorks into release_v6.5
2 parents a3d0922 + 0337332 commit e336fd5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/Dockerfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
# Based on old ubuntu to create more compatible binaries
22

33
# To build (e.g. for ShapeWorks 6.5):
4-
# docker build --progress=plain -t akenmorris/ubuntu-build-box-sw65 .
4+
# docker build --progress=plain -t akenmorris/ubuntu-build-box-focal-sw65 .
55
# To publish:
6-
# docker push akenmorris/ubuntu-build-box-sw65
6+
# docker push akenmorris/ubuntu-build-box-focal-sw65
77

8-
FROM ubuntu:bionic-20230308 AS env
8+
FROM ubuntu:focal-20240123 AS env
99
1010

1111
# Set environment variables
1212
ENV PATH=/opt/conda/bin:/opt/rh/devtoolset-9/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
1313
ENV LDFLAGS=-L/opt/conda/lib
1414

15+
ARG DEBIAN_FRONTEND=noninteractive
16+
ENV TZ=Etc/UTC
17+
1518
# Update
1619
RUN apt-get update -y && apt-get upgrade -y && apt-get dist-upgrade -y && apt-get install build-essential software-properties-common -y && add-apt-repository ppa:ubuntu-toolchain-r/test -y && apt-get update -y
1720

0 commit comments

Comments
 (0)