Skip to content

Commit

Permalink
fix non-found openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Congyuwang committed Aug 24, 2023
1 parent 95edc13 commit 0f9cec2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions dockerfile/dev-containers/debian-10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apt-get update && \
apt-get install -y -q\
build-essential \
software-properties-common \
openssl \
git \
vim \
wget \
Expand Down
1 change: 1 addition & 0 deletions dockerfile/dev-containers/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apt-get update && \
apt-get install -y -q\
build-essential \
software-properties-common \
openssl \
git \
vim \
wget \
Expand Down
1 change: 1 addition & 0 deletions dockerfile/dev-containers/focal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apt-get update && \
apt-get install -y -q\
build-essential \
software-properties-common \
openssl \
lsb-core \
git \
vim \
Expand Down
1 change: 1 addition & 0 deletions dockerfile/dev-containers/jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apt-get update && \
apt-get install -y -q\
build-essential \
software-properties-common \
openssl \
lsb-core \
git \
vim \
Expand Down

0 comments on commit 0f9cec2

Please sign in to comment.