File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 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
991010
1111# Set environment variables
1212ENV PATH=/opt/conda/bin:/opt/rh/devtoolset-9/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
1313ENV LDFLAGS=-L/opt/conda/lib
1414
15+ ARG DEBIAN_FRONTEND=noninteractive
16+ ENV TZ=Etc/UTC
17+
1518# Update
1619RUN 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
You can’t perform that action at this time.
0 commit comments