Skip to content

Commit

Permalink
Remove superfluous packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rbergen committed Aug 18, 2021
1 parent 0f23af6 commit a1464a8
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
@@ -1,7 +1,7 @@
FROM ubuntu:20.04

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential flex bison libncursesw5-dev git locales bash autotools-dev automake texinfo libreadline-dev && \
DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential flex bison libncursesw5-dev git locales bash libreadline-dev && \
locale-gen ga_IE.utf8 && locale-gen ga_IE@euro && update-locale LANG=ga_IE.utf8

WORKDIR /opt/
Expand Down

0 comments on commit a1464a8

Please sign in to comment.