Skip to content

Commit

Permalink
Working local for macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed May 25, 2024
1 parent 93f14e8 commit a265e8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN apt-get -qq update && apt-get -q install -y \
openssl \
unzip \
wget \
python3 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ volumes:

services:
trustroots:
platform: linux/amd64
container_name: trustroots
restart: unless-stopped
build:
Expand Down

0 comments on commit a265e8d

Please sign in to comment.