Skip to content

Commit

Permalink
minor changes, may not even have an effect
Browse files Browse the repository at this point in the history
  • Loading branch information
WoosterInitiative committed Mar 17, 2020
1 parent 0e30b37 commit 51456c0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ RUN \
echo "**** Installing runtime packages ****" && \
apk add --no-cache \
curl \
sudo \
php7 \
curl \
php7-curl \
php7-sqlite3
php7-sqlite3 \
sudo
RUN \
echo "**** Installing BarcodeBuddy ****" && \
mkdir -p /app/bbuddy && \
Expand Down

0 comments on commit 51456c0

Please sign in to comment.