Skip to content

Commit 973e611

Browse files
author
Atsushi Abe
committed
Configure unversioned python explicitly
1 parent e6a8fc7 commit 973e611

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM centos:centos8
22

3-
RUN yum -y update && yum -y upgrade && yum -y install automake autoconf libtool make icu libicu-devel libxml2-devel libuuid-devel fuse-devel net-snmp-devel git python36
3+
RUN yum -y update && yum -y upgrade && yum -y install automake autoconf libtool make icu libicu-devel libxml2-devel libuuid-devel fuse-devel net-snmp-devel git python3 && alternatives --set python /usr/bin/python3
44

55
COPY entrypoint.sh /entrypoint.sh
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ None
1515
## Usage
1616

1717
```
18-
uses: LinearTapeFileSystem/CentOS8-Build@v1.2
18+
uses: LinearTapeFileSystem/CentOS8-Build@v1.3
1919
with:
2020
destination: '/tmp/ltfs'
2121
```

0 commit comments

Comments
 (0)