Skip to content

Commit

Permalink
chore(Dockerfile): remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Water-Melon committed Mar 22, 2024
1 parent 1848507 commit 78d84e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM melonc/melon
WORKDIR /root
RUN apt-get update && \
apt-get -y install make git gcc libmysqlclient-dev && \
apt-get -y install make git gcc && \
git clone https://github.com/Water-Melon/Medge.git && cd Medge && ./configure && make && make install && \
cd ../ && rm -fr Medge
CMD /usr/bin/medge -w `cat /proc/cpuinfo |grep processor|wc -l`

0 comments on commit 78d84e0

Please sign in to comment.