Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion debuntu/all/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN set -ex \
python3-setuptools \
python3-venv \
python3-yaml \
ssh-client \
openssh-client \
&& apt-get purge -y curl \
&& apt-get autoremove -y \
&& apt-get clean -y \
Expand Down
2 changes: 1 addition & 1 deletion debuntu/mini/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN set -ex \
python3-setuptools \
python3-venv \
python3-yaml \
ssh-client \
openssh-client \
zlib1g-dev \
&& if dpkg-query -W 'libspdlog1*' > /dev/null; then apt-get install -y --no-install-recommends libspdlog-dev; fi \
&& apt-get purge -y curl \
Expand Down
2 changes: 1 addition & 1 deletion debuntu/pdi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN set -ex \
pdiplugin-trace \
pdiplugin-user-code \
pkg-config \
ssh-client \
openssh-client \
&& apt-get purge -y curl \
&& apt-get autoremove -y \
&& apt-get clean -y \
Expand Down
Loading