Skip to content

Commit

Permalink
Remove Git from Docker image (DataBiosphere/azul#6352)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed Aug 2, 2024
1 parent 6b9b78f commit a36f16c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:
# upstream image followed by the value of this variable. Increment this value
# to update the OS packages installed in the image.
#
azul_docker_pycharm_internal_version: 28
azul_docker_pycharm_internal_version: 29

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN \
&& apt-get upgrade -y \
&& apt-get install --no-install-recommends -y \
python3 python3-dev \
gcc git openssh-client less curl ca-certificates \
gcc openssh-client less curl ca-certificates \
libxtst-dev libxext-dev libxrender-dev libfreetype6-dev \
libfontconfig1 libgtk2.0-0 libxslt1.1 libxxf86vm1 \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit a36f16c

Please sign in to comment.