Skip to content

Commit

Permalink
Merge pull request #53 from fhem/remove-transport-1
Browse files Browse the repository at this point in the history
removed package  apt-transport-https
  • Loading branch information
sidey79 authored Mar 1, 2022
2 parents c6ebada + 050f483 commit 90d3777
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ RUN chmod 755 /*.sh /usr/local/bin/* \
&& sed -i "s/buster\/updates main/buster\/updates main contrib non-free/g" /etc/apt/sources.list \
&& LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get update \
&& LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -qqy --no-install-recommends \
apt-transport-https \
apt-utils \
ca-certificates \
gnupg \
Expand Down
1 change: 0 additions & 1 deletion Dockerfile-bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ RUN chmod 755 /*.sh /usr/local/bin/* \
&& sed -i "s/bullseye\/updates main/bullseye\/updates main contrib non-free/g" /etc/apt/sources.list \
&& LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get update \
&& LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -qqy --no-install-recommends \
apt-transport-https \
apt-utils \
ca-certificates \
gnupg \
Expand Down

0 comments on commit 90d3777

Please sign in to comment.