Skip to content

Commit

Permalink
Made changes on Docker-related files for Unix-based systems
Browse files Browse the repository at this point in the history
  • Loading branch information
ataseren committed Nov 5, 2024
1 parent c8e01b9 commit e1bb3ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV DEBIAN_FRONTEND=noninteractive

# Install necessary packages
RUN apt-get update -y && \
apt-get install -y wget curl bash sudo tzdata && \
apt-get install -y wget curl bash sudo tzdata git && \
echo "Etc/UTC" > /etc/timezone && \
ln -fs /usr/share/zoneinfo/Etc/UTC /etc/localtime && \
dpkg-reconfigure --frontend noninteractive tzdata
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ services:
- ./history:/home/blackdagger/.local/share/blackdagger/history
- ./logs:/home/blackdagger/.local/share/blackdagger/logs
- ./suspend:/home/blackdagger/.local/share/blackdagger/suspend
command: ["sh", "/usr/local/bin/startservices.sh"]

volumes:
blackdagger: {}

0 comments on commit e1bb3ee

Please sign in to comment.