mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
docker: update the CentOS image to a newer toolchain
This commit is contained in:
parent
6069dca392
commit
503bd3001e
1 changed files with 2 additions and 3 deletions
|
@ -43,8 +43,7 @@ RUN yum -y install epel-release centos-release-scl
|
|||
|
||||
# Toolchain
|
||||
RUN yum -y install \
|
||||
devtoolset-6-toolchain \
|
||||
gcc gcc-c++ \
|
||||
devtoolset-7-toolchain \
|
||||
pkgconfig make cmake \
|
||||
autoconf automake autogen libtool \
|
||||
flex bison \
|
||||
|
@ -107,7 +106,7 @@ EXPOSE 443
|
|||
ENV LD_LIBRARY_PATH /usr/local/lib:/usr/local/lib64
|
||||
|
||||
WORKDIR /villas
|
||||
ENTRYPOINT scl enable devtoolset-6 bash
|
||||
ENTRYPOINT scl enable devtoolset-7 bash
|
||||
|
||||
LABEL \
|
||||
org.label-schema.schema-version="1.0" \
|
||||
|
|
Loading…
Add table
Reference in a new issue