Skip to content

Commit 2d484ca

Browse files
committed
chore: fix typo
- for some reason this edk2 entry was missing PYTHON_VERSION argument - this is only cosmetic change, it does not change any contianer as Python3 is already default, it just makes it more explicit Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
1 parent 4b27a54 commit 2d484ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ services:
150150
- INTERMEDIATE_IMAGE=universalpayload
151151
- GCC_VERSION=9
152152
- PYTHON_PACKAGES=python-is-python3 python2 python3
153+
- PYTHON_VERSION=python3
153154
- NODESOURCE=https://deb.nodesource.com/setup_20.x
154155
edk2-stable202302:
155156
build:

0 commit comments

Comments
 (0)