Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeycherepanov authored Dec 23, 2021
1 parent c05a1a5 commit 2e467a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM digitalspacestudio/debian:buster as builder
LABEL maintainer="Sergey Cherepanov <[email protected]>"
LABEL name="digitalspacestudio/linuxbrew"
ARG DEBIAN_FRONTEND=noninteractive
ARG BREW_VERSION=3.1.7
ARG BREW_VERSION=3.3.9
RUN apt-get update \
&& apt-get install -y --no-install-recommends ca-certificates git curl file systemtap-sdt-dev g++ make uuid-runtime \
&& apt-get clean \
Expand Down Expand Up @@ -54,4 +54,4 @@ ENV PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:$PATH \
HOMEBREW_FORCE_BREWED_CURL=1 \
HOMEBREW_FORCE_BREWED_GIT=1

COPY --from=builder --chown=linuxbrew:linuxbrew /home/linuxbrew /home/linuxbrew
COPY --from=builder --chown=linuxbrew:linuxbrew /home/linuxbrew /home/linuxbrew

0 comments on commit 2e467a4

Please sign in to comment.