Skip to content

Commit

Permalink
Update to centos7
Browse files Browse the repository at this point in the history
  • Loading branch information
jhunkeler committed Feb 12, 2021
1 parent 6e5099f commit e1a93f9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos:6.9
FROM centos:7
LABEL maintainer="[email protected]" \
vendor="Space Telescope Science Institute"

Expand Down Expand Up @@ -33,6 +33,7 @@ RUN yum install -y epel-release \
&& yum install -y \
autoconf \
automake \
bzip2 \
bzip2-devel \
gcc \
gcc-c++ \
Expand Down
2 changes: 1 addition & 1 deletion LATEST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
2.0.0
4 changes: 2 additions & 2 deletions etc/pkgs/001-gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
set -xe

name=gcc
version=8.2.0
url=http://mirrors-usa.go-parts.com/gcc/releases/${name}-${version}/${name}-${version}.tar.gz
version=8.4.0
url=http://mirrors.concertpass.com/gcc/releases/${name}-${version}/${name}-${version}.tar.gz
src=${name}-${version}
bld=${src}_build

Expand Down
3 changes: 3 additions & 0 deletions etc/pkgs/004-nodejs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/bash
set -xe

# Disabled
exit 0

name=node
version=v10.15.0
srcdir=${name}-${version}
Expand Down

0 comments on commit e1a93f9

Please sign in to comment.