Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dockerfile #23

Draft
wants to merge 57 commits into
base: mysql
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
855edb3
Update Dockerfile
curtishall Aug 3, 2023
ac0704f
Update Dockerfile
curtishall Aug 3, 2023
22b03d3
Update Dockerfile
curtishall Aug 3, 2023
48ff88d
Update Dockerfile
curtishall Aug 3, 2023
b5e1fbf
Update Dockerfile
curtishall Aug 3, 2023
6223df5
Update Dockerfile
curtishall Aug 3, 2023
871707f
Update Dockerfile
curtishall Aug 3, 2023
f306a32
Update Dockerfile
curtishall Aug 4, 2023
9f56368
Update Dockerfile
curtishall Aug 4, 2023
0e137a0
Update Dockerfile
curtishall Aug 4, 2023
e68738f
Update Dockerfile
curtishall Aug 5, 2023
97fb724
Update Dockerfile
curtishall Aug 5, 2023
b55a36e
Update Dockerfile
curtishall Aug 5, 2023
9b87151
Update Dockerfile
curtishall Aug 5, 2023
b025c9f
Update docker-publish.yml
curtishall Aug 7, 2023
6760f92
Update Dockerfile
curtishall Aug 7, 2023
dcb6388
Update Dockerfile
curtishall Aug 7, 2023
b0fed18
Update Dockerfile
curtishall Aug 7, 2023
825a4dc
Update Dockerfile
curtishall Aug 26, 2023
29cb8ec
Update Dockerfile
curtishall Aug 26, 2023
837a8b3
Update Dockerfile
curtishall Aug 27, 2023
2c7a73e
Update Dockerfile
curtishall Aug 27, 2023
5fd6ed0
Update entrypoint.sh
curtishall Aug 27, 2023
0a5c0da
Update Dockerfile
curtishall Aug 27, 2023
56c4d2f
Update Dockerfile
curtishall Aug 27, 2023
81f896c
Update Dockerfile
curtishall Aug 27, 2023
6ee0c58
Update Dockerfile
curtishall Aug 27, 2023
f5e41cf
Update Dockerfile
curtishall Aug 27, 2023
6eef559
Update Dockerfile
curtishall Aug 28, 2023
dbc73a4
Update Dockerfile
curtishall Aug 28, 2023
5af5b34
Update Dockerfile
curtishall Aug 28, 2023
dd65c62
Update Dockerfile
curtishall Aug 28, 2023
c579b36
Update Dockerfile
curtishall Aug 28, 2023
74c7dfe
Update Dockerfile
curtishall Sep 17, 2023
8e3980b
Update Dockerfile - RC9
curtishall Sep 17, 2023
202db63
Update Dockerfile
curtishall Sep 17, 2023
eea49d5
Update Dockerfile
curtishall Sep 24, 2023
e22876c
Update Dockerfile
curtishall Sep 24, 2023
fba68f2
Update Dockerfile
curtishall Sep 24, 2023
43782f3
Update Dockerfile
curtishall Sep 24, 2023
6dc1ca5
Update Dockerfile
curtishall Sep 24, 2023
63b7ecf
Update Dockerfile
curtishall Sep 24, 2023
f8aa0fb
Update Dockerfile
curtishall Sep 24, 2023
9bfe63f
Update Dockerfile
curtishall Sep 24, 2023
6398f9a
Update entrypoint.sh
curtishall Sep 25, 2023
198d608
Update Dockerfile
curtishall Sep 25, 2023
5d8aac8
Update Dockerfile
curtishall Sep 26, 2023
fb866a0
Update entrypoint.sh
curtishall Sep 26, 2023
9da5d80
Update docker-publish.yml
curtishall Sep 26, 2023
0540275
Update Dockerfile
curtishall Oct 15, 2023
752c6f2
Update Dockerfile
curtishall Oct 16, 2023
0529561
Update entrypoint.sh
curtishall Oct 16, 2023
aff4d84
Update entrypoint.sh
curtishall Oct 23, 2023
d9ec3fe
Update Dockerfile
curtishall Nov 3, 2023
03868a3
Update Dockerfile
curtishall Nov 5, 2023
078f05b
Update entrypoint.sh
curtishall Nov 8, 2023
cac7b76
Update install.sh
curtishall Nov 10, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Dockerfile
Install nano, rearrange last CMDs
  • Loading branch information
curtishall authored Aug 5, 2023
commit e68738f1aa0d04961d8599eb8b8d147c316827d6
4 changes: 2 additions & 2 deletions server/Dockerfile
Original file line number Diff line number Diff line change
@@ -108,7 +108,7 @@ ARG BLUECHERRY_LINUX_USER_ID=1000
RUN apt-get update \
&& apt-get install -y \
rsyslog nmap curl sysstat iproute2 \
openssl ca-certificates ssl-cert gnupg gnupg2 gnupg1 sudo mysql-client python3-pip wget curl
openssl ca-certificates ssl-cert gnupg gnupg2 gnupg1 sudo mysql-client python3-pip wget curl nano

RUN { \
echo "[client]"; \
@@ -203,5 +203,5 @@ RUN chmod +x /entrypoint.sh \
&& chmod +x /bin/bc-database-upgrade

CMD rm -f /var/run/rsyslogd.pid
CMD "/entrypoint.sh"
CMD ["nginx", "-g", "daemon off;"]
CMD "/entrypoint.sh"