Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -26,7 +26,7 @@ RUN ls -lh
|
|
| 26 |
# Move binary to /usr/local/bin and make executable
|
| 27 |
RUN mv telegram-bot-api /usr/local/bin/telegram-bot-api && chmod +x /usr/local/bin/telegram-bot-api
|
| 28 |
|
| 29 |
-
RUN ldd /usr/local/bin/
|
| 30 |
|
| 31 |
# Make sure start.sh is executable
|
| 32 |
RUN chmod +x start.sh
|
|
|
|
| 26 |
# Move binary to /usr/local/bin and make executable
|
| 27 |
RUN mv telegram-bot-api /usr/local/bin/telegram-bot-api && chmod +x /usr/local/bin/telegram-bot-api
|
| 28 |
|
| 29 |
+
#RUN ldd /usr/local/bin/
|
| 30 |
|
| 31 |
# Make sure start.sh is executable
|
| 32 |
RUN chmod +x start.sh
|