We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a8fc7 commit 973e611Copy full SHA for 973e611
Dockerfile
@@ -1,6 +1,6 @@
1
FROM centos:centos8
2
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
+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
4
5
COPY entrypoint.sh /entrypoint.sh
6
README.md
@@ -15,7 +15,7 @@ None
15
## Usage
16
17
```
18
-uses: LinearTapeFileSystem/CentOS8-Build@v1.2
+uses: LinearTapeFileSystem/CentOS8-Build@v1.3
19
with:
20
destination: '/tmp/ltfs'
21
0 commit comments