Skip to content

Commit

Permalink
Dockerfile: update apt-get packages for debian
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Nov 2, 2023
1 parent d9406e2 commit 441e5ce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ LABEL maintainer2="John Phan"
RUN apt-get update
RUN apt-get install \
ca-certificates \
build-base \
linux-headers \
git \
openssl-dev \
util-linux-dev \
libcurl4-openssl-dev \
libseccomp-dev

RUN mkdir -p /usr/src/app \
Expand Down

0 comments on commit 441e5ce

Please sign in to comment.