Skip to content

Commit

Permalink
Infrastructure: Fix MacOS support
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorNelson committed Sep 5, 2024
1 parent ea84bba commit 96d96c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ RUN cd /tmp && \

RUN git clone --branch 3.6.0 https://github.com/CTFd/CTFd /opt/CTFd

RUN rm /lib/binfmt.d/*

RUN ln -s /opt/pwn.college/etc/systemd/system/pwn.college.service /etc/systemd/system/pwn.college.service && \
ln -s /opt/pwn.college/etc/systemd/system/pwn.college.backup.service /etc/systemd/system/pwn.college.backup.service && \
ln -s /opt/pwn.college/etc/systemd/system/pwn.college.backup.timer /etc/systemd/system/pwn.college.backup.timer && \
Expand Down

0 comments on commit 96d96c5

Please sign in to comment.