mirror of
https://github.com/geoffwhittington/meshtastic-bridge.git
synced 2026-07-05 01:01:00 +02:00
Update Dockerfile
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ WORKDIR /code
|
||||
# copy the dependencies file to the working directory
|
||||
COPY requirements.txt .
|
||||
|
||||
RUN apt-get update && apt-get install -y cargo openssl-dev
|
||||
RUN apt-get update && apt-get install -y cargo openssl-devel
|
||||
|
||||
# install dependencies
|
||||
RUN pip install -U pip
|
||||
|
||||
Reference in New Issue
Block a user