Skip to content

Commit

Permalink
fix: fix issue building Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickjcasey authored and alilleybrinker committed Sep 10, 2024
1 parent 6a3e49e commit 71cd800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY Cargo.toml Cargo.lock ./

RUN set -eux && \
apt-get update && \
apt-get install -y build-essential perl-base && \
apt-get install -y build-essential perl-base protobuf-compiler && \
cargo build --release

#============================================================================
Expand All @@ -29,7 +29,7 @@ COPY config/ config/

RUN set -eux && \
apt-get update && \
apt-get install -y npm git protobuf-compiler && \
apt-get install -y npm git && \
apt-get clean && \
npm install -g [email protected] --no-audit --no-fund && \
adduser --disabled-password hc_user && \
Expand Down

0 comments on commit 71cd800

Please sign in to comment.