Skip to content

Commit

Permalink
chore: remove motd
Browse files Browse the repository at this point in the history
  • Loading branch information
0xteddybear committed Oct 17, 2024
1 parent 59c60da commit 7b6af97
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,4 @@ RUN solc-select install 0.4.26 0.5.17 0.6.12 0.7.6 latest && solc-select use lat
# Clone useful repositories
RUN git clone --depth 1 https://github.com/crytic/building-secure-contracts.git

# Configure MOTD
COPY --link --chown=root:root motd /etc/motd
RUN echo '\ncat /etc/motd\n' >> ~/.bashrc

CMD ["/bin/bash"]

0 comments on commit 7b6af97

Please sign in to comment.