Skip to content

Commit

Permalink
Fix accidental typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Jun 3, 2024
1 parent a1021ac commit 67e6f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM node:18-buster

# install libpostal
RUN apt-get update
RN echo 'APT::Acquire::Retries "20";' >> /etc/apt/apt.conf
RUN echo 'APT::Acquire::Retries "20";' >> /etc/apt/apt.conf
RUN apt-get install -y --no-install-recommends git curl make libsnappy-dev autoconf automake libtool python pkg-config

RUN mkdir -p /mnt/data
Expand Down

0 comments on commit 67e6f42

Please sign in to comment.