Skip to content

Commit

Permalink
Merge pull request #136 from samo38/docker_update
Browse files Browse the repository at this point in the history
edit docker files to support libarchive
  • Loading branch information
ehb54 authored Oct 6, 2024
2 parents 9be1dbb + d76493b commit f94580f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions admin/codeql/docker/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN apt-get install -y xorg
RUN apt-get install -y x11-apps
RUN apt-get install -y telnet
RUN apt-get install -y cmake
RUN apt-get install -y libarchive-dev

# qt
RUN apt-get install -y qtbase5-dev
Expand Down
1 change: 1 addition & 0 deletions admin/codeql/docker/dockerdev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN apt-get install -y xorg
RUN apt-get install -y x11-apps
RUN apt-get install -y telnet
RUN apt-get install -y cmake
RUN apt-get install -y libarchive-dev

# qt
RUN apt-get install -y qtbase5-dev
Expand Down
1 change: 1 addition & 0 deletions admin/release/centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ RUN yum install -y telnet
RUN yum install -y $apt_python_version
RUN yum install -y rsync
RUN yum install -y glib2-devel postgresql-devel at-spi2-core-devel libjpeg-devel fontconfig-devel
RUN yum install -y libarchive-devel

# bits to ease development/testing

Expand Down
1 change: 1 addition & 0 deletions admin/release/redhat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ RUN dnf install -y telnet
RUN dnf install -y $apt_python_version
RUN dnf install -y rsync
RUN dnf install -y glib2-devel postgresql-devel at-spi2-core-devel libjpeg-devel fontconfig-devel
RUN dnf install -y libarchive-devel

# bits to ease development/testing

Expand Down
1 change: 1 addition & 0 deletions admin/release/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ RUN apt-get install -y x11-apps
RUN apt-get install -y telnet
RUN apt-get install -y $apt_python_version
RUN apt-get install -y rsync
RUN apt-get install -y libarchive-dev

# bits to ease development/testing

Expand Down

0 comments on commit f94580f

Please sign in to comment.