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:
parent
fc8bfc9db6
commit
7d1c508828
@ -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
|
||||
|
@ -20,7 +20,7 @@
|
||||
<a class="d-inline-flex align-items-center rounded" href="/ip_mgmt">IP관리대장</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="d-inline-flex align-items-center rounded" href="/game/">game(kimchirun)</a>
|
||||
<a class="d-inline-flex align-items-center rounded" href="/game/" target="_blank">game(kimchirun)</a>
|
||||
</li>
|
||||
{% if request.user.is_authenticated and request.user.is_staff %}
|
||||
<li>
|
||||
|
Loading…
Reference in New Issue
Block a user