Skip to content

Commit

Permalink
install bc in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
acheronfail committed Jan 11, 2024
1 parent fae1d3c commit fae17de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:latest
ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/London"

RUN apt-get update && apt-get install -y \
build-essential clang coffeescript curl default-jdk default-jre erlang \
bc build-essential clang coffeescript curl default-jdk default-jre erlang \
fp-compiler gdb lldb gforth gfortran git gnu-smalltalk gnucobol3 golang \
haskell-platform jq kotlin lua5.4 mono-complete moreutils nasm php ruby \
scala swi-prolog tar tcl unzip wget xz-utils \
Expand Down

0 comments on commit fae17de

Please sign in to comment.