Skip to content

Commit

Permalink
Have to use ENV after FROM in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbley committed Nov 14, 2024
1 parent bc4d451 commit 1ef99c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/build-layer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cat requirements.txt
cd ../..

# FIXME upstream python version specification fix?
sed -i '1iENV PIP_PYTHON_VERSION=3.8' otel/Dockerfile
sed -i '6iENV PIP_PYTHON_VERSION=3.8' otel/Dockerfile
echo "Modified Dockerfile:"
cat otel/Dockerfile
echo "----"
Expand Down

0 comments on commit 1ef99c6

Please sign in to comment.