mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-22 01:16:14 +00:00
missing slash
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ FROM python:3-slim
|
||||
ARG TARGETPLATFORM
|
||||
COPY . /psa_car_controller/
|
||||
WORKDIR /config
|
||||
RUN if [ "$TARGETPLATFORM" = "linux/arm/v7" ] || [ "$TARGETPLATFORM" = "linux/arm64" ]; then
|
||||
RUN if [ "$TARGETPLATFORM" = "linux/arm/v7" ] || [ "$TARGETPLATFORM" = "linux/arm64" ]; then \
|
||||
apt-get update && apt-get install -y gcc g++ && apt-get clean ; \
|
||||
rm -rf /var/lib/apt/lists/* ; \
|
||||
fi ; \
|
||||
|
||||
Reference in New Issue
Block a user