fix the docker build
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
||||
FROM qmkfm/base_container
|
||||
|
||||
# Copy package in
|
||||
COPY dist /tmp
|
||||
ADD dist /tmp/dist
|
||||
|
||||
# Install python packages
|
||||
RUN python3 -m pip uninstall qmk || true
|
||||
RUN python3 -m pip uninstall -y qmk || true
|
||||
RUN python3 -m pip install --upgrade pip setuptools wheel nose2 && \
|
||||
python3 -m pip install /tmp/dist/qmk-*.whl && \
|
||||
rm -rf /tmp/dist
|
||||
|
||||
Reference in New Issue
Block a user