Skip to content

Commit

Permalink
Update package database on Docker
Browse files Browse the repository at this point in the history
The package database included in the docker image is out of date.
This causes a 404 error when retrieving packages.
  • Loading branch information
buty4649 committed Sep 17, 2022
1 parent 2b3c0ed commit eb55c30
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 @@ -3,7 +3,7 @@

FROM --platform=amd64 manjarolinux/base AS build

RUN pacman -S --noconfirm \
RUN pacman -Sy --noconfirm \
cmake \
arm-none-eabi-gcc \
arm-none-eabi-newlib \
Expand Down

0 comments on commit eb55c30

Please sign in to comment.