Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
torchiaf committed Dec 28, 2024
1 parent f2f3234 commit 2631e0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions raspberrypi/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG RASPBERRYPI_VERSION=3

FROM python as build
FROM python AS build

ARG RASPBERRYPI_VERSION

Expand All @@ -25,7 +25,7 @@ RUN pi-venv/bin/python -m pip install pika --upgrade
# Build init.py
RUN pi-venv/bin/pyinstaller --onefile /rpc_server/init.py

FROM alpine
FROM python

ARG RASPBERRYPI_VERSION

Expand Down

0 comments on commit 2631e0a

Please sign in to comment.