mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-11-23 16:02:29 +00:00
Dockerfile: Remove unnecessary layer
This commit is contained in:
@@ -4,8 +4,7 @@ RUN apk update && apk add python3 dcron mariadb-client postgresql-client
|
|||||||
|
|
||||||
ADD . /restic-compose-backup
|
ADD . /restic-compose-backup
|
||||||
WORKDIR /restic-compose-backup
|
WORKDIR /restic-compose-backup
|
||||||
RUN pip3 install -U pip setuptools
|
RUN pip3 install -U pip setuptools && pip3 install -e .
|
||||||
RUN pip3 install -e .
|
|
||||||
|
|
||||||
ENTRYPOINT []
|
ENTRYPOINT []
|
||||||
CMD ["./entrypoint.sh"]
|
CMD ["./entrypoint.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user