Skip to content

Commit

Permalink
Add flex to deb-arm and suse-x86 build images (#371)
Browse files Browse the repository at this point in the history
Flex was already part of the other build images.
  • Loading branch information
0intro authored Mar 7, 2023
1 parent 9612665 commit 960d40b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deb-arm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN grep -v return /root/.bashrc >> /root/newbashrc && cp /root/newbashrc /root/
RUN apt-get update && apt-get install -y fakeroot curl git procps bzip2 \
build-essential pkg-config tar libsystemd-dev libkrb5-dev \
gettext libtool autopoint autoconf libtool-bin \
selinux-basics default-jre
selinux-basics default-jre flex

# Update curl with a statically linked binary
COPY --from=CURL_GETTER /curl-aarch64 /usr/local/bin/curl-aarch64
Expand Down
2 changes: 1 addition & 1 deletion suse-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN sed -i "s/baseurl=http:\/\/download.opensuse.org\/update\/42.1\//baseurl=htt
# Install all distro-level dependencies
RUN zypper clean -a && zypper --non-interactive refresh && \
zypper --non-interactive install \
bison bzip2 curl gawk gcc48 gcc48-c++ gdbm-devel gettext-tools git \
bison bzip2 curl flex gawk gcc48 gcc48-c++ gdbm-devel gettext-tools git \
gettext-runtime less libffi-devel libtool libcurl-devel libexpat-devel \
libopenssl1_0_0 libopenssl-devel make openssl perl perl-Module-Build \
patch postgresql-devel procps rsync readline-devel rpm-build sqlite3-devel \
Expand Down

0 comments on commit 960d40b

Please sign in to comment.