Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -17,6 +17,7 @@ RUN pip install aim
|
|
| 17 |
RUN mkdir /aim
|
| 18 |
RUN touch /.aim_profile
|
| 19 |
RUN chown 1000:1000 /aim /.aim_profile
|
|
|
|
| 20 |
|
| 21 |
ENTRYPOINT ["/bin/sh", "-c"]
|
| 22 |
|
|
|
|
| 17 |
RUN mkdir /aim
|
| 18 |
RUN touch /.aim_profile
|
| 19 |
RUN chown 1000:1000 /aim /.aim_profile
|
| 20 |
+
RUN aim telemetry off
|
| 21 |
|
| 22 |
ENTRYPOINT ["/bin/sh", "-c"]
|
| 23 |
|