Skip to content

Commit

Permalink
Update Dockerfile (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
umi000 authored Jan 31, 2022
1 parent 504452e commit 06eaa22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:bullseye

LABEL org.opencontainers.image.source https://github.com/solo-io/bumblebee

RUN apt-get update && \
RUN apt-get update &&\
apt-get -y install lsb-release wget software-properties-common gnupg file git make

RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
Expand Down

0 comments on commit 06eaa22

Please sign in to comment.