Skip to content

Commit

Permalink
docker: no install Ubuntu recommended packages
Browse files Browse the repository at this point in the history
  • Loading branch information
duhow committed Nov 4, 2023
1 parent c87db3d commit 0beb3a4
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 @@ -2,7 +2,7 @@

FROM ubuntu:22.04 as build
RUN apt update && \
apt install -y \
apt install --no-install-recommends -y \
libbison-dev libfl-dev build-essential \
flex bison git libpthread-stubs0-dev
COPY . /workdir/
Expand Down

0 comments on commit 0beb3a4

Please sign in to comment.