Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add in EGI container #4

Merged
merged 2 commits into from
Jan 22, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Dockerfile
  • Loading branch information
mchadwick-iqt committed Jan 22, 2021
commit 9c1fd8e76d084f0dc031e051bdb24914829f0c1e
7 changes: 0 additions & 7 deletions egi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ RUN apt update && \
apt install -y python3 python3-pip && \
pip3 install paho-mqtt

ENV LAT 1
ENV LONG 3
ENV ALT 3
ENV ROLL 7
ENV PITCH 4
ENV YAW 2

RUN mkdir -p /app/
WORKDIR /app
ADD *.py /app/
Expand Down