diff options
| author | Bobby <[email protected]> | 2023-11-10 20:04:30 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-11-10 20:04:30 -0500 |
| commit | 717532bd948166af8dd54be8957fab5b51f9ff4e (patch) | |
| tree | 35356b11e7ec0a66573f85f1559dd4628592f101 | |
| parent | f1a8e03f9a3da1966ce52b6b3dc613ffae884c82 (diff) | |
| download | thatcomputerscientist-717532bd948166af8dd54be8957fab5b51f9ff4e.tar.xz thatcomputerscientist-717532bd948166af8dd54be8957fab5b51f9ff4e.zip | |
Update Dockerfile
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -2,10 +2,6 @@ ARG PYTHON_VERSION=3.11-slim-bullseye FROM python:${PYTHON_VERSION} AS base -RUN ["chmod", "+x", "./thatcomputerscientist/entrypoint.sh"] - -ENTRYPOINT [ "./thatcomputerscientist/entrypoint.sh" ] - RUN apt-get update && apt-get install -y \ python3-pip \ python3-venv \ |
