Skip to content

Commit

Permalink
work on hadolint
Browse files Browse the repository at this point in the history
  • Loading branch information
cereal2nd committed Dec 4, 2024
1 parent 48c4312 commit aa95282
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion velbusd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ RUN apk add --no-cache git py3-wheel py3-pip py3-pyserial py3-typing-extensions

# extract
RUN git clone https://github.com/velbus/python-velbustcp.git velbus
RUN cd /velbus && pip install .
WORKDIR /velbus
RUN pip install --no-cache-dir .
WORKDIR /
RUN rm -rf velbus

# Coppy rootfs
Expand Down

0 comments on commit aa95282

Please sign in to comment.