Skip to content

Commit

Permalink
Added dpkg-dev to Ubuntu images.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Apr 4, 2024
1 parent f4e8e98 commit 6b5f4b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildboxes/ubuntu/Dockerfile.v20.04
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ RUN apt-get -y update && \
curl \
debhelper \
docker \
dpkg-dev \
file \
gettext \
glibc-source \
Expand Down
1 change: 1 addition & 0 deletions buildboxes/ubuntu/Dockerfile.v22.04
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ RUN apt-get -y update && \
curl \
debhelper \
docker \
dpkg-dev \
file \
gettext \
glibc-source \
Expand Down
1 change: 1 addition & 0 deletions buildboxes/ubuntu/_dockerfile.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ RUN apt-get -y update && \
curl \
debhelper \
docker \
dpkg-dev \
file \
gettext \
glibc-source \
Expand Down

0 comments on commit 6b5f4b8

Please sign in to comment.