Skip to content

Commit

Permalink
fix(Build): fix docker build error delaying package configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Jul 2, 2023
1 parent e9b60a8 commit 6a1f04a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions roles/prepare/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
common_packages:
- "apt-utils"
- "ca-certificates"
- "curl"
- "dumb-init"
- "freetds-dev"
- "gawk"
- "gettext"
- "git"
- "google-cloud-sdk"
- "htop"
- "libxss1"
- "python3"
Expand All @@ -28,13 +28,12 @@ common_packages:
- buildah
- qemu-user-static
# Cloud Tools
- "google-cloud-sdk"
- kubectl
- jq
# yq is installed from GitHub
# DB Clients
- "postgresql-client"
# Blocked by https://github.com/dbcli/mssql-cli/pull/505
#- "mssql-tools"
#- "mongocli"
#- "mongodb-database-tools"
snap_packages:
Expand Down

0 comments on commit 6a1f04a

Please sign in to comment.