Skip to content

Commit

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

0 comments on commit 2ec196f

Please sign in to comment.