Dockerfile : wakeonlan pkg 삭제, sidbar _blank추가
All checks were successful
Build And Test / build-and-push (push) Successful in 4m38s
All checks were successful
Build And Test / build-and-push (push) Successful in 4m38s
This commit is contained in:
@ -14,7 +14,7 @@ COPY . /usr/src/app/
|
||||
|
||||
# install system dependencies
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y gcc pkg-config default-libmysqlclient-dev python-dev ssh wakeonlan\
|
||||
&& apt-get install -y gcc pkg-config default-libmysqlclient-dev python-dev ssh \
|
||||
&& apt-get clean
|
||||
|
||||
# install python dependencies
|
||||
|
Reference in New Issue
Block a user