Skip to content

Commit

Permalink
add pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriecodes committed Apr 26, 2024
1 parent f36061f commit c49f2e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions support/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ FROM $BASE_IMAGE
ARG STACK_FOLDER
ENV STACK_FOLDER=$STACK_FOLDER

MAINTAINER gregburek

RUN apt-get -q update
RUN apt-get -q -y install curl gcc g++ make wget unzip build-essential libreadline-dev zlib1g-dev flex bison libkrb5-dev libssl-dev libxml2-dev libxslt1-dev
RUN apt-get -q -y install curl gcc g++ make wget unzip build-essential libreadline-dev zlib1g-dev flex bison libkrb5-dev libssl-dev libxml2-dev libxslt1-dev pkg-config

RUN wget -q https://github.com/rlmcpherson/s3gof3r/releases/download/v0.5.0/gof3r_0.5.0_linux_amd64.tar.gz
RUN tar zxf gof3r_0.5.0_linux_amd64.tar.gz
Expand Down

0 comments on commit c49f2e1

Please sign in to comment.