Skip to content

Commit

Permalink
ci: fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Nov 24, 2024
1 parent f9e7b16 commit f6a9964
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions docker/base-image/install/deps/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,14 @@ apt-get update
# Install common dependencies with detailed explanations
# -y flag means "yes" to all prompts (non-interactive installation)
apt-get install -y \
# Network and File Transfer Utilities
curl \ # Modern HTTP client
wget \ # Another download utility

# Version Control
git \ # Distributed version control system

# Network Diagnostics and Monitoring
net-tools \ # Traditional networking tools
iputils-ping \ # Tools for testing network connectivity

# Time Synchronization
ntp \ # Network Time Protocol daemon for time sync
ntpdate \ # Client for one-time NTP sync

# Web Server
nginx \ # High-performance HTTP server and reverse proxy

# File Operations
unzip \ # Extract .zip archives

# Security and Encryption
gnupg2 \ # GNU Privacy Guard for encryption and signing

# System Libraries
libc6 # GNU C Library - essential for running C programs
libc6 # GNU C Library - essential for running C programs

0 comments on commit f6a9964

Please sign in to comment.