Skip to content

Commit

Permalink
updated netcat package name
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobello committed May 21, 2024
1 parent 49bcaac commit 54ebdbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN \
--mount=type=cache,target=/var/cache/apt \
apt-get install -fy --fix-missing --no-install-recommends locales apt-transport-https \
software-properties-common dselect zip unzip xz-utils procps less dos2unix jq groff file bash-completion \
inetutils-ping net-tools dnsutils ssh curl wget telnet-ssl netcat socat ca-certificates gnupg2 git \
inetutils-ping net-tools dnsutils ssh curl wget telnet-ssl netcat-traditional socat ca-certificates gnupg2 git \
postgresql-client mysql-client fzf

# install dev
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ services:
- PROXY_URL # http proxy to use. if USE_PROXY_HOST is enabled will be set to http://PROXY_CONTAINER_NAME:8080
- PROXY_URL_SSL # https proxy to use. if USE_PROXY_HOST is enabled will be set to https://PROXY_CONTAINER_NAME:8080
- PROXY_AUTO_EXPORT_ENV # auto export HTTP_PROXY and HTTPS_PROXY vars equal to PROXY_URL
- DEV_CONTAINER=1.10.18 # used to detect if running inside dev container
- DEV_CONTAINER=1.10.19 # used to detect if running inside dev container
volumes:
- /var/run/docker.sock:/var/run/docker.sock # allow container to interact with host docker
- "${GDC_DIR}:/root/gdc-host" # mount gdc folder inside container to get access to compose files
Expand Down

0 comments on commit 54ebdbf

Please sign in to comment.