Skip to content

Commit

Permalink
Merge pull request #136 from railwayapp/jr/build-essential-in-base-image
Browse files Browse the repository at this point in the history
Add make to base image
  • Loading branch information
coffee-cup authored May 17, 2022
2 parents 754005b + b18f24e commit 839672b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:bullseye-20220509-slim
ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get update && apt-get -y upgrade \
&& apt-get install --no-install-recommends -y sudo locales curl xz-utils ca-certificates openssl \
&& apt-get install --no-install-recommends -y sudo locales curl xz-utils ca-certificates openssl make \
&& apt-get clean && rm -rf /var/lib/apt/lists/* \
&& mkdir -m 0755 /nix && mkdir -m 0755 /etc/nix && groupadd -r nixbld && chown root /nix \
&& printf 'sandbox = false \nfilter-syscalls = false' > /etc/nix/nix.conf \
Expand Down

0 comments on commit 839672b

Please sign in to comment.