Skip to content

Commit

Permalink
Fix missing alias in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xn3cr0nx committed Mar 25, 2020
1 parent 51d8170 commit 387df2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG OPENCV_VERSION="4.2.0"
ARG PYTHON_VERSION="3.8.1"
## buildstep base image
FROM balenalib/raspberrypi3-debian-python:${PYTHON_VERSION}-build
FROM balenalib/raspberrypi3-debian-python:${PYTHON_VERSION}-build as buildstep
ARG OPENCV_VERSION
ARG PYTHON_VERSION

Expand Down

0 comments on commit 387df2f

Please sign in to comment.