Skip to content

Commit 9af36a7

Browse files
vinit-intelmanuullas
authored andcommitted
ISECL-17225:v4.0 SKC Library build failing on Azure Cloud VM
1 parent e8cc5b8 commit 9af36a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

quick-start-guides/SGX Infrastructure - RHEL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ dnf install git wget tar python3 gcc gcc-c++ zip tar make yum-utils openssl-deve
124124
dnf install https://dl.fedoraproject.org/pub/fedora/linux/releases/32/Everything/x86_64/os/Packages/m/makeself-2.4.0-5.fc32.noarch.rpm
125125
ln -s /usr/bin/python3 /usr/bin/python
126126
ln -s /usr/bin/pip3 /usr/bin/pip
127-
127+
export PATH=/usr/local/bin:$PATH
128128
```
129129

130130
***Repo Tool***

quick-start-guides/SGX Infrastructure - Ubuntu.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ add-apt-repository ppa:projectatomic/ppa
137137
apt-get update
138138
apt-get install skopeo
139139
apt-get install makeself
140-
140+
export PATH=/usr/local/bin:$PATH
141141
```
142142

143143
> Note: After skopeo installation, if /etc/containers/policy.json file not available then follow below steps:

0 commit comments

Comments
 (0)