Skip to content

Commit ee794e6

Browse files
committed
Dockerfile: fix apt error
> E: The method driver /usr/lib/apt/methods/https could not be found. For https sources or redirects.
1 parent 7ac4f22 commit ee794e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bitbox-bridge/release/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
99
cmake \
1010
curl \
1111
wget \
12-
software-properties-common
12+
software-properties-common \
13+
apt-transport-https \
14+
ca-certificates
1315

1416

1517
##############################

0 commit comments

Comments
 (0)