Skip to content

Commit

Permalink
don't know
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Feb 17, 2024
1 parent 130e29d commit ff91fc0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/docker-images/openwrt-x64-openjdk8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN mkdir -p /usr/local/bin
RUN opkg update

# packages in openwrt
RUN opkg install git-http ca-bundle curl python3 python3-pip gcc make bash sudo perl-strictures
RUN opkg install git-http ca-bundle curl python3 python3-pip gcc make bash sudo perl perlbase-essential

# packages we have to get from alpine

Expand Down Expand Up @@ -36,6 +36,4 @@ RUN ar -rc /usr/lib/libm.a
###############################################################################
# Install entrypoint
###############################################################################
ADD entrypoint.sh /usr/local/bin/builder
RUN chmod a+x /usr/local/bin/builder
ENTRYPOINT ["/usr/local/bin/builder"]
RUN perl --version

0 comments on commit ff91fc0

Please sign in to comment.